body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 思源黑体Light;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
fieldset,
img {
  border: none;
}
/*img{vertical-align:top;}*/
input,
button {
  vertical-align: middle;
  color: #6b5f53;
  outline: none;
}
caption,
th {
  text-align: left;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #008fe1;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body,
html {
  font-size: 16px;
  overflow-x: hidden;
  color: #333;
}
body {
  background: #ecf8fe;
}
body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #006a99;
}
@font-face {
  font-display: swap;
  font-family: '本墨悦亦';
  src: url(../fonts/本墨悦亦.TTF);
}
@font-face {
  font-display: swap;
  font-family: '思源黑体Light';
  src: url(../fonts/SOURCEHANSANSCN-LIGHT.OTF);
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.ind-bg {
  /* Firefox 3.6+ */
}
.ind-bg .top-img-l,
.ind-bg .top-img-r {
  position: absolute;
  top: 0;
}
.ind-bg .top-img-l {
  left: 0;
}
.ind-bg .top-img-r {
  right: 0;
}
.page-bg {
  background: -moz-linear-gradient(top, #a5d7d9 0, #fff 680px);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a5d7d9), color-stop(680px, #fff));
  background: -webkit-linear-gradient(top, #a5d7d9 0, #fff 680px);
  background: -o-linear-gradient(top, #a5d7d9 0, #fff 680px);
  background: -ms-linear-gradient(top, #a5d7d9 0, #fff 680px);
  background: linear-gradient(to bottom, #a5d7d9 0, #fff 680px);
}
.blue-txt {
  color: #2e72cf;
}
.red-txt {
  color: #ee5548;
}
/*分页*/
.paginate {
  text-align: center;
  margin: 30px auto 0;
}
.paginate li {
  display: inline-block;
  margin: 5px;
}
.paginate li a,
.paginate li span {
  display: block;
  /*width: 40px;
            height: 40px;
            line-height: 40px;*/
  padding: 9px 15px;
  text-align: center;
  border: 1px solid #ddd;
  color: #aaaaaa;
  font-family: arial;
  font-size: 16px;
  border-radius: 5px;
}
.paginate li a:hover {
  background: #2e72cf;
  border-color: #2e72cf;
  color: #fff;
}
.paginate li.active span {
  background: #2e72cf;
  border-color: #2e72cf;
  color: #fff;
}
.header {
  background: #fff;
  position: relative;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .language-mb {
  margin: 10px 0 0 12px;
  cursor: pointer;
  position: absolute;
}
.header .language-mb .tit {
  color: #2569a2;
  font-size: 14px;
}
.header .language-mb .second {
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  top: 29px;
  background: #fff;
  padding: 8px 20px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: center;
}
.header .language-mb .second a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
}
.header .top {
  height: 66px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 9px 0 9px 0;
}
.header .top:after {
  display: block;
  content: '';
  clear: both;
}
.header .top .logo a {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .top .logo a:after {
  display: block;
  content: '';
  clear: both;
}
.header .top .logo .img img {
  width: 70px;
}
.header .top .logo .tit-info {
  margin: 13px 0 0 12px;
}
.header .top .logo .tit-info .tit {
  font-size: 18px;
  font-weight: bold;
  color: #1d3557;
  font-family: '宋体';
}
.header .top .logo .tit-info .info {
  color: #414141;
  font-size: 12px;
}
.header .top .logo .tit-info .p {
  color: #264060;
  margin-top: 3px;
}
.header .top .logo .news {
  line-height: 77px;
}
.header .top .entrance {
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.header .top .entrance .search {
  border-radius: 4px;
  margin-right: 62px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .top .entrance .search .search-type {
  position: relative;
  width: 95px;
}
.header .top .entrance .search .search-type .type-li-curr {
  padding: 11.5px 10px 11.5px 0;
  text-indent: 17px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #b7b7b7;
  font-size: 15px;
  cursor: pointer;
}
.header .top .entrance .search .search-type .type-li-curr.curr .fa {
  transform: rotate(180deg);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .top .entrance .search .search-type .type-li-curr .fa {
  float: right;
  color: #e60113;
  margin: 3px 0 0 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-indent: 0;
}
.header .top .entrance .search .search-type .type-ul {
  position: absolute;
  left: 0;
  top: 42px;
  width: calc(100% - 2px);
  border-radius: 0 0 4px 4px;
  border: 1px solid #b7b7b7;
  border-top: 0;
  background: #fff;
  padding-bottom: 6.5px;
  display: none;
  z-index: 1;
}
.header .top .entrance .search .search-type .type-li-sea {
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
  text-indent: 17px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .top .entrance .search .search-type .type-li-sea:hover {
  color: #e60012;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .top .entrance .search .search-input {
  border: 1px solid #b7b7b7;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.header .top .entrance .search input {
  border: none;
  background: none;
  padding: 10px;
  width: 230px;
  font-size: 16px;
}
.header .top .entrance .search .fa-search {
  padding: 12.2px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  color: #e60113;
  vertical-align: bottom;
  margin-right: 1px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .top .entrance .search .fa-search:hover {
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .top .entrance .entrance-a {
  align-self: self-start;
  margin-left: 10px;
  padding: 10px 20px 12px;
  background: #e60012;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .top .entrance .entrance-a:first-of-type {
  background: #006a99;
}
.header .top .entrance .entrance-a:last-of-type {
  background: #d7b700;
}
.header .top .entrance .entrance-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .back-home {
  float: left;
  margin-top: 15px;
}
.header .back-home a {
  background: #3a878a;
  color: #fff;
  padding: 7px 24px;
  border-radius: 5px;
  font-size: 14px;
}
.header .nav-wrap {
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
}
.header .nav {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  border-radius: 0 0 15px 15px;
}
.header .nav:after {
  display: block;
  content: '';
  clear: both;
}
.header .nav .pro-classify {
  float: left;
  position: relative;
  margin-right: 18px;
}
.header .nav .pro-classify .pro-title {
  color: #fff;
  padding: 15px 60px;
  border-radius: 0 0 0 15px;
  background: #e60012;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .nav .pro-classify .pro-title.curr {
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .nav .pro-classify .pro-title .fa {
  margin-left: 10px;
  font-size: 24px;
  vertical-align: top;
  margin-top: -2px;
}
.header .nav .pro-classify .pro-ul {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: #e60012;
  padding: 12px 0 14px 0;
  border-radius: 0 0 0 15px;
  display: none;
  z-index: 5;
}
.header .nav .pro-classify .pro-ul a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px 0;
  font-size: 14px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .nav .pro-classify .pro-ul a:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: rgba(0, 0, 0, 0.1);
}
.header .nav .li {
  float: left;
  padding: 15px 0;
}
.header .nav .li .stair {
  padding: 5px 40px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.header .nav .li .stair .fa {
  display: none;
}
.header .nav .li .stair span {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  display: table-row;
}
.header .nav .li:hover .stair,
.header .nav .li.curr .stair {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border-radius: 5px;
}
.header .nav .li:hover .stair span,
.header .nav .li.curr .stair span {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  transform: rotate(180deg) translateY(-2px);
  -ms-transform: rotate(180deg) translateY(-2px);
  -moz-transform: rotate(180deg) translateY(-2px);
  -webkit-transform: rotate(180deg) translateY(-2px);
  -o-transform: rotate(180deg) translateY(-2px);
}
.header .nav .language {
  position: relative;
  color: #fff;
  margin: 0 0 0 30px;
  cursor: pointer;
}
.header .nav .language .fa-globe {
  margin-right: 8px;
}
.header .nav .language .fa-angle-down {
  margin-left: 8px;
}
.header .nav .language .second {
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  top: 31px;
  background: #fff;
  padding: 8px 20px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: center;
}
.header .nav .language .second:after {
  display: block;
  content: '';
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 30px;
  position: absolute;
}
.header .nav .language .second a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
}
.page-nav .nav-wrap {
  background: #006a99;
}
.page-nav .header .nav {
  background: none;
}
.page-nav .header .nav .pro-classify .pro-title {
  border-radius: 0;
}
.ind-banner {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.ind-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ind-banner:after {
  position: absolute;
  display: block;
  content: '';
  clear: both;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.ind-banner .tit {
  Justify-content: center;
  align-items: center;
  display: -webkit-flex;
}
.ind-banner .tit .con .time {
  margin-top: 35px;
  background: #ee5548;
  color: #fff;
  padding: 10px 35px;
  border-radius: 5px;
  float: left;
}
.ind-banner .tit .con .time .fa {
  margin-right: 6px;
}
.ind-banner .img {
  margin-left: 3%;
  width: 76%;
  position: relative;
  text-align: center;
}
.ind-banner .img img {
  position: relative;
  z-index: 1;
  width: 80%;
  margin-bottom: 28px;
}
.ind-banner .img:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36vh;
  background: #99c6c4;
  border-radius: 50%;
}
.ind-video {
  position: relative;
  margin-bottom: 110px;
}
.ind-video:before {
  position: absolute;
  width: 100%;
  height: 80%;
  background: #84a3b2;
  display: block;
  content: '';
  clear: both;
  border-radius: 8px;
  left: 0;
  bottom: 0;
  box-shadow: 0 40px 50px #8aaab3;
}
.ind-video .video {
  position: relative;
  z-index: 1;
  width: 910px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
.ind-video .video video {
  width: 100%;
  display: block;
}
.exhibitors-parameters {
  margin-top: -145px;
  margin-bottom: 100px;
  background: rgba(0, 106, 153, 0.5);
  border-radius: 5px;
  padding: 15px 0;
  z-index: 2;
  position: relative;
}
.exhibitors-parameters:after {
  display: block;
  content: '';
  clear: both;
}
.exhibitors-parameters .li {
  width: 24%;
  padding-left: 9%;
  float: left;
  position: relative;
}
.exhibitors-parameters .li:before {
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 0;
  top: 12px;
}
.exhibitors-parameters .li:after {
  display: block;
  content: '';
  clear: both;
}
.exhibitors-parameters .li .img {
  width: 70px;
  height: 60px;
  line-height: 56px;
  padding-top: 4px;
  text-align: center;
  float: left;
}
.exhibitors-parameters .li .img img {
  vertical-align: middle;
  max-width: 60px;
  max-height: 50px;
}
.exhibitors-parameters .li .tit-info {
  color: #fff;
  float: left;
  margin-left: 18px;
}
.exhibitors-parameters .li .tit-info .data {
  font-size: 26px;
}
.exhibitors-parameters .li .tit-info .data dd {
  display: inline-block;
}
.exhibitors-parameters .li .tit-info .data span {
  font-size: 14px;
  margin-left: 6px;
}
.exhibitors-parameters .li:last-of-type:before {
  display: none;
}
.index-con-banner {
  margin-bottom: 50px;
}
.index-con-banner:after {
  display: block;
  content: '';
  clear: both;
}
.index-con-banner .li {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  margin-right: 20px;
}
.index-con-banner .li:hover img {
  transform: scale(1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.index-con-banner .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.index-con-banner .swiper-container {
  padding-bottom: 30px;
}
.index-con-banner .swiper-pagination-bullet-active {
  background: #006a99;
}
.index-con-banner .swiper-pagination {
  bottom: 0;
}
.Quick-links:after {
  display: block;
  content: '';
  clear: both;
}
.Quick-links .li {
  float: left;
  width: calc(25% - 15px);
  text-align: center;
  background: #fff;
  padding: 30px 0;
  border-radius: 4px;
  margin-right: 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li:last-of-type {
  margin-right: 0;
}
.Quick-links .li a {
  display: block;
}
.Quick-links .li .img {
  width: 55px;
  height: 55px;
  line-height: 51px;
  border-radius: 3px;
  margin: 0 auto;
}
.Quick-links .li .img svg {
  max-width: 55px;
  max-height: 55px;
  vertical-align: middle;
  fill: #006a99;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li .tit {
  font-weight: bold;
  padding: 10px 0 2px;
  position: relative;
  color: #333;
  font-size: 18px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li .info {
  color: #333;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li:hover {
  background: #006a99;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li:hover .img svg {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  fill: #ffffff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li:hover .tit {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li:hover .tit:after {
  width: 70px;
  left: calc(50% - 35px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Quick-links .li:hover .info {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(50px) rotateY(-190deg);
    transform: perspective(400px) translateZ(50px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(50px) rotateY(-170deg);
    transform: perspective(400px) translateZ(50px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.pavilion-3d {
  margin: 45px 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.pavilion-3d:after {
  display: block;
  content: '';
  clear: both;
}
.pavilion-3d .info-tit {
  float: left;
  width: 435px;
  padding: 24px 35px;
}
.pavilion-3d .info-tit .tit {
  font-size: 34px;
  color: #006a99;
  font-weight: bold;
}
.pavilion-3d .info-tit .info {
  margin-top: 20px;
}
.pavilion-3d .info-tit .info::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.pavilion-3d .info-tit .info::-webkit-scrollbar-track {
  background-color: #fff;
}
.pavilion-3d .info-tit .info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #eee;
}
.pavilion-3d .info-tit .info a {
  display: block;
  padding: 7px 20px;
  border-radius: 25px;
  border: 1px solid #93acbc;
  margin: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pavilion-3d .info-tit .info a .more-area {
  padding-left: 25px;
}
.pavilion-3d .info-tit .info a b {
  margin-right: 12px;
  color: #e60012;
  font-size: 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pavilion-3d .info-tit .info a .fa {
  float: right;
  margin-top: 1px;
  font-size: 26px;
}
.pavilion-3d .info-tit .info a:last-of-type {
  margin-bottom: 0;
}
.pavilion-3d .info-tit .info a:hover,
.pavilion-3d .info-tit .info a.curr {
  background: #006a99;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pavilion-3d .info-tit .info a:hover b,
.pavilion-3d .info-tit .info a.curr b {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pavilion-3d .info-tit .info a:first-of-type {
  margin-top: 0;
}
.pavilion-3d .info-img {
  float: left;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
  height: 480px;
  width: calc(100% - 505px);
}
.pavilion-3d .info-img img {
  display: block;
  height: 100%;
  margin-left: -74px;
}
.pavilion-3d .info-img .pavilion-li {
  position: absolute;
  display: none;
}
.pavilion-3d .info-img .pavilion-li a {
  background: #d7b700;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  display: flex;
}
.pavilion-3d .info-img .pavilion-li:after {
  position: absolute;
  left: 50%;
  bottom: -13px;
  display: block;
  content: '';
  clear: both;
  width: 0;
  height: 5px;
  border-top: 10px solid #d7b700;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.pavilion-3d .info-img .pavilion-li b {
  font-size: 36px;
  margin-right: 10px;
  vertical-align: sub;
}
.pavilion-3d .info-img .pavilion-li span {
  align-items: center;
  display: flex;
}
.pavilion-3d .info-img .pavilion-a {
  left: 125px;
  bottom: 309px;
}
.pavilion-3d .info-img .pavilion-b {
  left: 194px;
  bottom: 290px;
}
.pavilion-3d .info-img .pavilion-c {
  left: 244px;
  bottom: 264px;
}
.pavilion-3d .info-img .pavilion-d {
  left: 298px;
  bottom: 235px;
}
.pavilion-3d .info-img .pavilion-e {
  left: 330px;
  bottom: 198px;
}
.Live-webcast .title {
  font-size: 32px;
  text-align: center;
  color: #006a99;
  margin-bottom: 30px;
}
.Live-webcast .live-sw {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background: #cce1eb;
  height: 123px;
}
.Live-webcast .live-sw .img {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #e60012;
  background: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Live-webcast .live-sw .img img {
  max-width: 23px;
  max-height: 23px;
  vertical-align: middle;
}
.Live-webcast .live-sw .tit {
  margin-top: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Live-webcast .live-sw .swiper-container {
  width: calc(100% - 120px);
  margin-left: 60px;
  padding-bottom: 10px;
}
.Live-webcast .live-sw .swiper-slide {
  background: #fff;
  text-align: center;
  padding: 18.5px 0;
  height: 86px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Live-webcast .live-sw .swiper-slide.curr,
.Live-webcast .live-sw .swiper-slide:hover {
  background: #e50a1c;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Live-webcast .live-sw .swiper-slide.curr .img,
.Live-webcast .live-sw .swiper-slide:hover .img {
  border-color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Live-webcast .live-sw .swiper-slide.curr .tit,
.Live-webcast .live-sw .swiper-slide:hover .tit {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Live-webcast .live-sw .swiper-slide.curr:after,
.Live-webcast .live-sw .swiper-slide:hover:after {
  position: absolute;
  display: block;
  content: '';
  clear: both;
  left: calc(50% - 10px);
  bottom: -19px;
  width: auto;
  height: 10px;
  border-top: 10px solid #e50a1c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.Live-webcast .live-sw .swiper-button-next,
.Live-webcast .live-sw .swiper-button-prev {
  height: 100%;
  width: 59px;
  top: 22px;
  background: #e50a1c;
}
.Live-webcast .live-sw .swiper-button-next:after,
.Live-webcast .live-sw .swiper-button-prev:after {
  font-size: 30px;
  color: #fff;
}
.Live-webcast .live-sw .swiper-button-next {
  right: 0;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #fff;
}
.Live-webcast .live-sw .swiper-button-prev {
  left: 0;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #fff;
}
.web-exhibitors-parameters {
  margin-top: 70px;
}
.web-exhibitors-parameters:after {
  display: block;
  content: '';
  clear: both;
}
.web-exhibitors-parameters .li {
  width: 18%;
  float: left;
  position: relative;
  padding: 30px 0 30px 4%;
  background: #f7f7f7;
  border-radius: 10px;
  margin-right: 4%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-exhibitors-parameters .li:after {
  display: block;
  content: '';
  clear: both;
}
.web-exhibitors-parameters .li .img {
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
}
.web-exhibitors-parameters .li .img img {
  vertical-align: middle;
  max-width: 70px;
  max-height: 60px;
}
.web-exhibitors-parameters .li .tit-info {
  color: #fff;
  float: left;
  margin-left: 25px;
  margin-top: 8px;
}
.web-exhibitors-parameters .li .tit-info .tit {
  color: #666;
}
.web-exhibitors-parameters .li .tit-info .data {
  font-size: 26px;
  color: #333;
}
.web-exhibitors-parameters .li .tit-info .data span {
  font-size: 14px;
  margin-left: 6px;
}
.web-exhibitors-parameters .li:last-of-type {
  margin-right: 0;
}
.web-exhibitors-parameters .li:hover {
  box-shadow: 10px 10px 0 #b4cddb;
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-public {
  margin-top: 40px;
}
.ind-public:after {
  display: block;
  content: '';
  clear: both;
}
.ind-public .con {
  margin-top: 20px;
}
.ind-public .con:after {
  display: block;
  content: '';
  clear: both;
}
.ind-public .con .gallery-top {
  float: left;
  width: 49%;
  border-radius: 5px;
}
.ind-public .con .gallery-top .swiper-slide .img {
  width: 100%;
  height: 348px;
  position: relative;
}
.ind-public .con .gallery-top .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  Justify-content: center;
  align-items: center;
  display: -webkit-flex;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con {
  font-size: 14px;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con .con-tit {
  font-size: 20px;
  font-weight: bold;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con .con-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 35px 0;
  padding: 8px 25px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con .con-time .countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con .con-time .countdown li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con .con-time .countdown li span {
  color: #4083de;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con .con-a {
  padding: 10px 35px;
  color: #fff;
  background: #2e72cf;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 3px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-public .con .gallery-top .swiper-slide .img .tit-info .info-con .con-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-public .con .gallery-thumbs {
  float: right;
  width: 50%;
  height: 348px;
  overflow: hidden;
  border-radius: 5px;
}
.ind-public .con .gallery-thumbs .swiper-slide .li {
  margin-left: 10px;
  background: #91c4c5;
  border-radius: 5px;
  padding: 13px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.ind-public .con .gallery-thumbs .swiper-slide .li:after {
  display: block;
  content: '';
  clear: both;
}
.ind-public .con .gallery-thumbs .swiper-slide .li .time {
  float: left;
  width: 60px;
  text-align: center;
  margin-right: 25px;
}
.ind-public .con .gallery-thumbs .swiper-slide .li .time .mm {
  font-size: 22px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ind-public .con .gallery-thumbs .swiper-slide .li .time .hh {
  font-size: 14px;
}
.ind-public .con .gallery-thumbs .swiper-slide .li .info {
  float: right;
  line-height: 28px;
  width: calc(100% - 85px);
  font-size: 15px;
}
.ind-public .con .gallery-thumbs .swiper-slide .li .info .p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ind-public .con .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .li {
  background: #2e72cf;
}
.ind-public .con .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .li:before {
  border-right: 10px solid #2e72cf;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  content: '';
  position: absolute;
  left: -10px;
  top: calc(50% - 5px);
}
.tit-h1 {
  font-size: 34px;
  font-weight: bold;
  color: #006a99;
  margin-bottom: 28px;
}
.tit-h1:after {
  display: block;
  content: '';
  clear: both;
}
.tit-h1 a {
  float: right;
  color: #e60012;
  font-size: 16px;
  margin-top: 15px;
}
.tit-h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.tit-h2:after {
  display: block;
  content: '';
  clear: both;
}
.tit-h2 a {
  float: right;
  color: #e60012;
  font-size: 16px;
  margin-top: 6px;
}
.ind-recommend .rec-info {
  color: #fff;
  font-size: 17px;
  margin-top: 6px;
}
.ind-recommend .cooperation-sw {
  height: 500px;
}
.ind-recommend .cooperation-sw .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #2e72cf;
}
.ind-recommend .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ind-recommend .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  overflow: hidden;
  border-radius: 8px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ind-recommend .con .swiper-container {
  padding-bottom: 30px;
}
.ind-recommend .con .swiper-pagination {
  bottom: 0;
}
.ind-recommend .con .li {
  position: relative;
  text-align: center;
  height: 240px;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.ind-recommend .con .li a {
  display: block;
  line-height: 156px;
  height: 160px;
  position: relative;
}
.ind-recommend .con .li a .focus {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: initial;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
  z-index: 3;
}
.ind-recommend .con .li img {
  vertical-align: middle;
  max-width: 85%;
  max-height: 85%;
  height: auto;
}
.ind-recommend .con .li .img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-recommend .con .li .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.ind-recommend .con .li .tit-info {
  width: calc(100% - 30px);
  z-index: 1;
  color: #333;
  padding: 15px 15px;
  line-height: initial;
  text-align: left;
  background: #f5f5f5;
  height: 51px;
  overflow: hidden;
}
.ind-recommend .con .li .tit-info .tit {
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 21px;
}
.ind-recommend .con .li .tit-info .type {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  height: 19px;
}
.ind-recommend .con .li .tit-info .type:after {
  display: block;
  content: '';
  clear: both;
}
.ind-recommend .con .li .tit-info .type .name {
  width: 70%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ind-recommend .con .li .tit-info .type .no {
  float: right;
  text-align: right;
  width: 30%;
  overflow: hidden;
}
.ind-recommend .con .li:nth-of-type(3n) {
  margin-right: 0;
}
.ind-recommend .con .li:hover .img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-recommend .con .li:nth-of-type(n + 4) {
  margin-bottom: 0;
}
.ind-recommend-pro .con .li {
  width: calc(19% - 14px);
  float: left;
  background: #fff;
  border-radius: 5px;
  margin-right: 1.25%;
  margin-bottom: 20px;
  padding: 7px;
  height: 290px;
  overflow: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-recommend-pro .con .li:nth-of-type(5n) {
  margin-right: 0;
}
.ind-recommend-pro .con .li a {
  display: block;
}
.ind-recommend-pro .con .li .img {
  width: 100%;
  height: 214px;
  line-height: 210px;
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
}
.ind-recommend-pro .con .li .img img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind-recommend-pro .con .li .tit-con {
  padding-top: 13px;
  font-size: 14px;
}
.ind-recommend-pro .con .li .tit-con .tit {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.ind-recommend-pro .con .li .tit-con .money {
  color: #ed3e4c;
  font-size: 18px;
}
.ind-recommend-pro .con .li .tit-con .type {
  font-size: 12px;
}
.ind-recommend-pro .con .li .tit-con .type span {
  background: #ffeaec;
  color: #ed3e4c;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 15px;
  margin-right: 5px;
}
.ind-recommend-pro .con .li .tit-con .type span:last-of-type {
  margin-right: 0;
}
.ind-recommend-pro .con .li .tit-con .focus {
  color: #999;
}
.ind-recommend-pro .con .li .tit-con .focus span {
  margin-right: 10px;
}
.ind-recommend-pro .con .li .tit-con .focus span:last-of-type {
  margin-right: 0;
}
.ind-recommend-pro .con .li .tit-info {
  border-top: 1px solid #f5f5f5;
  padding: 10px 15px;
}
.ind-recommend-pro .con .li .tit-info:after {
  display: block;
  content: '';
  clear: both;
}
.ind-recommend-pro .con .li .tit-info .logo {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  float: left;
}
.ind-recommend-pro .con .li .tit-info .logo img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.ind-recommend-pro .con .li .tit-info .company {
  width: calc(100% - 52px);
  float: right;
  color: #999;
  font-size: 14px;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 19px;
}
.ind-recommend-pro .con .li:hover {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-box-shadow: 0 10px 10px rgba(0, 106, 153, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 106, 153, 0.2);
  -ms-box-shadow: 0 10px 10px rgba(0, 106, 153, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 106, 153, 0.2);
  box-shadow: 0 10px 10px rgba(0, 106, 153, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.artware-wrap .con .li .img {
  height: 340px;
  line-height: 336px;
}
.Boutique-wrap .Boutique-con:after {
  display: block;
  content: '';
  clear: both;
}
.Boutique-wrap .con {
  float: left;
}
.Boutique-wrap .con:first-of-type {
  width: 66%;
}
.Boutique-wrap .con:first-of-type .li .img {
  height: 502px;
  line-height: 498px;
}
.Boutique-wrap .con:last-of-type {
  width: 32%;
  float: right;
}
.Boutique-wrap .con .li {
  width: calc(100% - 30px);
  margin-right: 0;
}
.investment-wrap {
  background: #d4e6f0;
  margin: 40px 0 52px 0;
  padding: 40px 0;
}
.investment-wrap .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.investment-wrap .con:after {
  display: block;
  content: '';
  clear: both;
}
.investment-wrap .con .left {
  width: 100%;
}
.investment-wrap .con .left .li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(9, 85, 135, 0.05);
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 35px;
  font-size: 14px;
  float: left;
  height: 310px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.investment-wrap .con .left .li a {
  color: #333;
}
.investment-wrap .con .left .li:nth-of-type(4n) {
  margin-right: 0;
}
.investment-wrap .con .left .li .img {
  width: 100%;
  height: 145px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.investment-wrap .con .left .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.investment-wrap .con .left .li .info-wrap {
  padding: 20px;
}
.investment-wrap .con .left .li .tit {
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 29px;
}
.investment-wrap .con .left .li .tit:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: #e60012;
}
.investment-wrap .con .left .li .p {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  font-size: 15px;
}
.investment-wrap .con .left .li .p b {
  color: #e60012;
}
.investment-wrap .con .left .li .p span {
  font-weight: bold;
}
.investment-wrap .con .left .li .company {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  color: #e60012;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  font-size: 16px;
}
.investment-wrap .con .left .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -moz-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -ms-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -o-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
}
.investment-wrap .con .right {
  width: calc(32% - 60px);
  padding: 35px 30px;
  background: #fff;
  border-radius: 5px;
  margin-left: auto;
}
.investment-wrap .con .right .title {
  font-size: 24px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.investment-wrap .con .right .title:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: #e60012;
}
.investment-wrap .con .right .info-tit {
  margin-top: 95px;
}
.investment-wrap .con .right .input {
  margin-bottom: 20px;
}
.investment-wrap .con .right .input.code {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.investment-wrap .con .right .input.code input {
  width: calc(60% - 30px);
}
.investment-wrap .con .right .input.code .obtain {
  width: 37%;
  margin-left: 0;
  background: #e60012;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.investment-wrap .con .right .input.code .obtain:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.investment-wrap .con .right .input input {
  width: calc(100% - 30px);
  background: #f1f1f1;
  border-radius: 4px;
  border: none;
  padding: 15px 15px;
}
.investment-wrap .con .right .sub {
  margin-top: 35px;
  background: #e60012;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.investment-wrap .con .right .sub:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Recommend-exhibitors {
  margin-bottom: 45px;
}
.Recommend-exhibitors .con:after {
  display: block;
  content: '';
  clear: both;
}
.Recommend-exhibitors .con .li {
  float: left;
  width: 19%;
  margin-right: 1.2%;
  margin-bottom: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Recommend-exhibitors .con .li:nth-of-type(5n) {
  margin-right: 0;
}
.Recommend-exhibitors .con .li .img {
  width: 100%;
  height: 138px;
  line-height: 134px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.Recommend-exhibitors .con .li .img img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.Recommend-exhibitors .con .li .info-tit {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 12px;
}
.Recommend-exhibitors .con .li .info-tit:after {
  display: block;
  content: '';
  clear: both;
}
.Recommend-exhibitors .con .li .info-tit .logo {
  width: 52px;
  height: 52px;
  line-height: 48px;
  border-radius: 50%;
  float: left;
  border: 1px solid #e4eef3;
  overflow: hidden;
}
.Recommend-exhibitors .con .li .info-tit .logo img {
  vertical-align: middle;
  max-width: 52px;
  max-height: 52px;
}
.Recommend-exhibitors .con .li .info-tit .company {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Recommend-exhibitors .con .li .info-tit .type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #006a99;
}
.Recommend-exhibitors .con .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -moz-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -ms-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -o-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
}
.ind-live {
  margin-top: 40px;
}
.ind-live .con .swiper-wrapper {
  display: block;
}
.ind-live .con .swiper-slide {
  width: 23.75%;
  float: left;
  margin-right: 1.66%;
  margin-bottom: 20px;
}
.ind-live .con .swiper-slide:nth-of-type(4n) {
  margin-right: 0;
}
.ind-live .con .li {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-live .con .li a {
  display: block;
}
.ind-live .con .li .img {
  height: 170px;
  overflow: hidden;
  position: relative;
  border: 1px solid #a8c3d2;
  border-radius: 5px 5px 0 0;
}
.ind-live .con .li .img .state {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  color: #e50a1c;
  font-size: 14px;
}
.ind-live .con .li .img .state img {
  width: 19px;
  vertical-align: bottom;
  margin-right: 4px;
}
.ind-live .con .li .img .company-info {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  max-width: 89%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 0 9px 0 0;
  border-radius: 25px;
}
.ind-live .con .li .img .company-info:after {
  display: block;
  content: '';
  clear: both;
}
.ind-live .con .li .img .company-info .logo {
  width: 22px;
  height: 22px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.ind-live .con .li .img .company-info .logo img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind-live .con .li .img .company-info .tit-li {
  width: calc(100% - 40px);
  float: right;
  font-size: 14px;
  overflow: hidden;
  padding-right: 10px;
  white-space: nowrap;
  line-height: 22px;
}
.ind-live .con .li .img:after {
  display: block;
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-live .con .li .img .play {
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 23px);
  z-index: 1;
  width: 46px;
  height: 46px;
  line-height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  text-align: center;
}
.ind-live .con .li .img .play .fa {
  font-size: 20px;
  color: #fff;
}
.ind-live .con .li .img .img-i {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind-live .con .li .tit-info {
  padding: 15px 20px;
  font-size: 14px;
  border: 1px solid #a8c3d2;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  background: #fff;
  overflow: hidden;
  width: calc(100% - 42px);
  height: 85px;
}
.ind-live .con .li .tit-info .tit {
  font-weight: bold;
  margin-bottom: 4px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ind-live .con .li .tit-info .time {
  font-size: 15px;
  margin: 6px 0 10px 0;
  color: #666;
}
.ind-live .con .li .tit-info .type {
  color: #227ea7;
}
.ind-live .con .li .tit-con {
  padding: 10px 15px;
  font-size: 14px;
}
.ind-live .con .li .tit-con .tit {
  font-weight: bold;
  margin-bottom: 4px;
  color: #333;
}
.ind-live .con .li .tit-con .focus {
  color: #999;
}
.ind-live .con .li .tit-con .focus span {
  margin-right: 10px;
}
.ind-live .con .li .tit-con .focus span:last-of-type {
  margin-right: 0;
}
.ind-live .con .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-live .con .li:hover .img:after {
  opacity: 1;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-live .con .li:hover .img .play {
  opacity: 1;
  -webkit-transition: 800ms;
  -moz-transition: 800ms;
  -ms-transition: 800ms;
  -o-transition: 800ms;
  transition: 800ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ind-live.home-live .con .swiper-slide {
  width: 23.8%;
}
.ind-live.home-live .con .swiper-slide:first-of-type {
  width: 49%;
}
.ind-live.home-live .con .swiper-slide:first-of-type .li .img {
  height: 478px;
}
.ind-live.home-live .con .swiper-slide:nth-of-type(3) {
  margin-right: 0;
}
.ind-live.home-live .con .swiper-slide:nth-of-type(4n) {
  margin-right: 1.66%;
}
.ind-live.home-live .con .swiper-slide:nth-of-type(5) {
  margin-right: 0;
}
.ind-live.recommend-live .con .li {
  width: 48%;
  margin-right: 4%;
  float: left;
  margin-bottom: 40px;
}
.ind-live.recommend-live .con .li .img {
  height: 390px;
  border: 1px solid #a8c3d2;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.ind-live.recommend-live .con .li:nth-of-type(2n) {
  margin-right: 0;
}
.page-live-top-tit b {
  font-size: 26px;
  font-weight: bold;
  margin-right: 14px;
}
.page-live-top-tit span {
  color: #e60012;
  margin-right: 6px;
}
.page-live .con .li {
  width: calc(100% - 2px);
  margin-right: 0;
}
.page-live .con .swiper-container {
  padding-bottom: 25px;
}
.page-live .con .swiper-container .swiper-pagination-bullet-active {
  background: #e60012;
}
.page-live .con .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.page-live .con .swiper-container .swiper-pagination {
  bottom: 0;
}
.play-video-tit {
  margin-top: -42px;
}
.play-video-tit:after {
  display: block;
  content: '';
  clear: both;
}
.play-video-tit .skip-link {
  float: right;
  margin-top: 7px;
}
.play-video-tit .skip-link a {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.play-video-tit .skip-link a:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #cccccc;
  right: 0;
  top: 4px;
}
.play-video-tit .skip-link a:last-of-type:after {
  display: none;
}
.play-video-tit .skip-link img {
  width: 22px;
  vertical-align: middle;
}
.play-video-tit .type {
  float: right;
  margin-left: 35px;
}
.play-video-tit .type select {
  border-radius: 5px;
  border: 1px solid #a7c3cf;
  padding: 8px 10px;
  width: 174px;
  -webkit-appearance: none;
}
.specially-invite {
  margin: 40px 0 70px;
  border-top: 2px solid #d4e6f0;
  padding-top: 38px;
}
.specially-invite .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.specially-invite .con .li {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 40px;
  width: 33.33%;
}
.specially-invite .con .li:nth-of-type(2) {
  margin: 0 25px;
}
.specially-invite .con .li .tit {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0 15px;
}
.specially-invite .con .li .info {
  line-height: 24px;
  color: #666;
  font-size: 14px;
}
.ind-register {
  padding-bottom: 95px;
}
.ind-register .tit-h2 {
  text-align: center;
}
.ind-register .con {
  margin-top: 30px;
}
.ind-register .li {
  width: calc(24.1% - 54px);
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 1.2%;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ind-register .li:last-of-type {
  margin-right: 0;
}
.ind-register .li .img {
  width: 80px;
  height: 80px;
  line-height: 76px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  float: left;
  background: -moz-linear-gradient(top, #68b0e7 0%, #2e72cf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68b0e7), color-stop(100%, #2e72cf));
  background: -webkit-linear-gradient(top, #68b0e7 0%, #2e72cf 100%);
  background: -o-linear-gradient(top, #68b0e7 0%, #2e72cf 100%);
  background: -ms-linear-gradient(top, #68b0e7 0%, #2e72cf 100%);
  background: linear-gradient(to bottom, #68b0e7 0%, #2e72cf 100%);
}
.ind-register .li .img img {
  max-width: 50%;
  max-height: 50px;
  vertical-align: middle;
}
.ind-register .li .tit {
  float: left;
  width: calc(100% - 100px);
  margin: 0 0 0 20px;
  font-size: 17px;
  font-weight: bold;
  align-items: center;
  display: -webkit-flex;
}
.ind-register .register-a {
  width: 200px;
  height: 54px;
  margin: 30px auto 0;
  display: block;
  border-radius: 25px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  background: #2e72cf;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-register .register-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-register-cn .li {
  width: calc(32.5% - 200px);
  padding: 20px 100px;
}
.page-con {
  min-height: 1000px;
  padding-bottom: 65px;
  margin-top: 85px;
}
.page-con .top-title {
  position: relative;
  margin-top: 60px;
  display: none;
}
.page-con .top-title:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .top-title .img {
  float: left;
  width: 32%;
  text-align: center;
  position: relative;
}
.page-con .top-title .img .bg {
  margin-top: 90px;
}
.page-con .top-title .img .exhi-logo {
  position: absolute;
  left: 79px;
  top: -15px;
  background: #fff;
  width: 230px;
  height: 160px;
  line-height: 156px;
}
.page-con .top-title .img .exhi-logo img {
  max-height: 90%;
  max-width: 90%;
  vertical-align: middle;
  width: auto !important;
}
.page-con .top-title .info {
  float: left;
  margin: 96px 0 0 76px;
  font-size: 26px;
  color: #1d3557;
  font-weight: bold;
  width: calc(100% - 485px);
}
.page-con .top-title .info.live-tit {
  margin-left: 50px;
}
.page-con .top-title .info .company {
  float: left;
  width: calc(100% - 120px);
}
.page-con .top-title .info .company .country {
  font-size: 14px;
  color: #333;
  padding: 10px 0 20px 0;
}
.page-con .top-title .info .company .country:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .top-title .info .company .country .cou-tit {
  float: left;
}
.page-con .top-title .info .company .country .cou-no {
  float: left;
}
.page-con .top-title .info .company .country .cou-no span {
  color: #ee5548;
}
.page-con .top-title .info .company .type {
  font-size: 14px;
}
.page-con .top-title .info .company .type:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .top-title .info .company .type .type-li {
  color: #fff;
  float: left;
  background: #3a878a;
  margin-right: 10px;
  border-radius: 5px;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.page-con .top-title .info .top-con {
  float: right;
  position: absolute;
  right: 0;
  top: 100px;
}
.page-con .top-title .info .top-con a {
  display: block;
  float: left;
  text-align: center;
  color: #e92232;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .top-title .info .top-con a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .top-title .info .top-con a:nth-of-type(4) {
  position: relative;
}
.page-con .top-title .info .top-con a:nth-of-type(4) .code {
  display: none;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 42px;
  background: #fff;
  color: #666;
  width: 200px;
  border-radius: 5px;
}
.page-con .top-title .info .top-con a:nth-of-type(4) .code img {
  width: 120px;
}
.page-con .top-title .info .top-con a:nth-of-type(4) .code:after {
  display: block;
  content: '';
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  right: 10px;
  position: absolute;
}
.page-con .top-title .info .top-con a:nth-of-type(4) .code .help {
  font-size: 12px;
  line-height: 20px;
}
.page-con .top-title .info .top-con a:nth-of-type(4):hover {
  opacity: 1;
}
.page-con .top-title .info .top-con a:last-of-type {
  margin-right: 0;
}
.page-con .crumbs {
  font-size: 16px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
}
.page-con .crumbs a {
  color: #1d3557;
}
.page-con .crumbs a .fa {
  margin-right: 6px;
  color: #e60012;
}
.page-con .crumbs a:last-of-type {
  color: #e60012;
}
.page-con .crumbs-page {
  border-top: 1px solid #c0d9de;
  margin-top: 45px;
  padding-top: 15px;
}
.page-con .con:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .left {
  width: 275px;
  float: left;
}
.page-con .con .left .search-tit {
  border-radius: 5px 5px 0 0;
  background: #006a99;
  padding: 17px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.page-con .con .left .search-tit .fa {
  display: none;
}
.page-con .con .left .search-box {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 23px;
}
.page-con .con .left .top-search {
  border-radius: 5px;
  border: 1px solid #afcdda;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-con .con .left .top-search input {
  width: 80%;
  background: #fff;
  color: #006a99;
  border: none;
  padding: 15px 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 15px;
}
.page-con .con .left .top-search input::-webkit-input-placeholder {
  color: #006a99;
  font-size: 15px;
}
.page-con .con .left .top-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #006a99;
  font-size: 15px;
}
.page-con .con .left .top-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #006a99;
  font-size: 15px;
}
.page-con .con .left .top-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #006a99;
  font-size: 15px;
}
.page-con .con .left .top-search .sub {
  text-align: center;
  font-size: 18px;
  width: 20%;
  background: #fff;
  color: #006a99;
  padding: 11px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .top-search .sub:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .li {
  margin-top: 20px;
  color: #006a99;
  overflow: hidden;
  border: 1px solid #afcdda;
  border-radius: 5px;
}
.page-con .con .left .li.curr .second {
  display: block;
}
.page-con .con .left .li.curr .stair {
  border-bottom: 1px solid #afcdda;
}
.page-con .con .left .li.curr .stair.curr {
  border-bottom: 1px solid #fff;
}
.page-con .con .left .li .stair {
  padding: 14px 15px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .li .stair .fa {
  float: right;
  margin-top: 2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .li .stair.curr {
  border-bottom: 1px solid #afcdda;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .li .stair.curr .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .li .second {
  padding: 15px;
  font-size: 14px;
  max-height: 475px;
  overflow-y: auto;
  display: none;
}
.page-con .con .left .li .second::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.page-con .con .left .li .second::-webkit-scrollbar-track {
  background-color: #91c4c5;
}
.page-con .con .left .li .second::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #3a878a;
}
.page-con .con .left .li .second label,
.page-con .con .left .li .second .second-li {
  display: block;
  padding: 6px 0;
  cursor: pointer;
}
.page-con .con .left .li .second label:after,
.page-con .con .left .li .second .second-li:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .left .li .second label span,
.page-con .con .left .li .second .second-li span {
  float: left;
  width: calc(100% - 22px);
}
.page-con .con .left .li .second .second-li {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .li .second .second-li:hover,
.page-con .con .left .li .second .second-li.curr {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .li .second input {
  vertical-align: top;
  margin: 2px 6px 0 0;
  width: 16px;
  float: left;
}
.page-con .con .left .li .second .mgc-primary {
  border-color: #006a99;
}
.page-con .con .left .li .second .mgc-primary:checked {
  background: #e60012;
  border-color: #e60012;
}
.page-con .con .left .submit-box {
  margin-top: 20px;
  background: #e60012;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .left .submit-box:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .condition {
  margin-top: 0;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 8px 15px;
}
.page-con .con .condition:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .condition .condition-tit {
  line-height: 37px;
  width: 80px;
  float: left;
  margin: 5px 0;
}
.page-con .con .condition .con {
  float: left;
  width: calc(100% - 80px);
}
.page-con .con .condition .con:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .condition .con .li {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  float: left;
  margin: 5px 12px 5px 0;
}
.page-con .con .condition .con .li span {
  color: #333;
  font-size: 15px;
  padding: 8px 15px;
  display: block;
}
.page-con .con .condition .con .li .fa {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  background: #fff;
  color: #ee5548;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-con .con .condition .business-search {
  width: 100%;
  padding-bottom: 10px;
}
.page-con .con .condition .business-search select,
.page-con .con .condition .business-search input {
  width: 150px;
  height: 50px;
  padding: 0 15px;
  border: none;
  background: #bcced0;
  border-radius: 5px;
  color: #fff;
}
.page-con .con .condition .business-search .search-box {
  float: right;
  background: #ee5548;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 0 25px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
}
.page-con .con .right {
  float: right;
  width: calc(100% - 300px);
}
.page-con .con .right .letter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0 14px 0;
}
.page-con .con .right .letter a {
  margin-right: 17px;
}
.page-con .con .right .letter a:last-of-type {
  margin-right: 0;
}
.page-con .con .right .letter a:hover,
.page-con .con .right .letter a.curr {
  color: #008fe1;
}
.page-con .con .right .content {
  background: #fff;
  margin-top: 10px;
  border-radius: 5px;
}
.page-con .con .right .content:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .right .content .li {
  width: 29.78%;
  float: left;
  margin-right: 3%;
  position: relative;
  padding: 7px;
  border-bottom: 1px solid #a5cde0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .right .content .li:first-of-type {
  border-radius: 5px 5px 0 0;
}
.page-con .con .right .content .li:nth-of-type(3n) {
  margin-right: 0;
}
.page-con .con .right .content .li a {
  display: block;
  color: #333;
}
.page-con .con .right .content .li a:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .right .content .li .company-info {
  float: left;
  width: calc(100% - 535px);
  margin-right: 20px;
}
.page-con .con .right .content .li .company-info .company-top:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .right .content .li .company-info .company-top .logo {
  width: 63px;
  height: 63px;
  line-height: 59px;
  border-radius: 4px;
  border: 1px solid #e8edef;
  float: left;
  text-align: center;
}
.page-con .con .right .content .li .company-info .company-top .logo img {
  max-width: 55px;
  max-height: 55px;
  vertical-align: middle;
}
.page-con .con .right .content .li .company-info .company-top .introduction {
  float: right;
  width: calc(100% - 75px);
}
.page-con .con .right .content .li .company-info .company-top .introduction .name {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 21px;
  margin: 10px 0 5px 0;
}
.page-con .con .right .content .li .pro-info {
  float: left;
  width: 432px;
}
.page-con .con .right .content .li .pro-info:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .right .content .li .pro-info .pro-li {
  width: 30.85%;
  margin-right: 2%;
  float: left;
  height: 140px;
  line-height: 137px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e60012;
  text-align: center;
}
.page-con .con .right .content .li .pro-info .pro-li:last-of-type {
  margin-right: 0;
}
.page-con .con .right .content .li .pro-info .pro-li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.page-con .con .right .content .li .top-con {
  position: relative;
  padding: 0 15px;
  z-index: 3;
  background: #bad6d7;
  border-radius: 5px;
}
.page-con .con .right .content .li .top-con:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .right .content .li .top {
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .right .content .li .top:before {
  position: absolute;
  display: block;
  content: '';
  clear: both;
  left: 0;
  bottom: -8px;
  border-top: 12px solid transparent;
  border-right: 12px solid #9bc2c3;
  border-bottom: 12px solid transparent;
  z-index: 1;
}
.page-con .con .right .content .li .top a {
  display: block;
  text-align: center;
  color: #e92232;
  margin: 10px 0;
  font-size: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .right .content .li .top a .fa {
  width: 20px;
  text-align: right;
  margin-right: 8px;
}
.page-con .con .right .content .li .top a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .right .content .li .top a:nth-of-type(4) {
  position: relative;
  z-index: 10;
}
.page-con .con .right .content .li .top a:nth-of-type(4):hover {
  opacity: 1;
}
.page-con .con .right .content .li .top a:nth-of-type(4) .code {
  display: none;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 42px;
  background: #fff;
  color: #666;
  width: 200px;
  border-radius: 5px;
  z-index: 10;
}
.page-con .con .right .content .li .top a:nth-of-type(4) .code img {
  width: 120px;
}
.page-con .con .right .content .li .top a:nth-of-type(4) .code:after {
  display: block;
  content: '';
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  right: 10px;
  position: absolute;
}
.page-con .con .right .content .li .top a:nth-of-type(4) .code .help {
  font-size: 12px;
  line-height: 20px;
}
.page-con .con .right .content .li .top a:last-of-type {
  margin-right: 0;
}
.page-con .con .right .content .li .tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  height: 24px;
}
.page-con .con .right .content .li .country {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-con .con .right .content .li .no {
  color: #666;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-con .con .right .content .li .no span {
  color: #ee5548;
}
.page-con .con .right .content .li .type {
  color: #666;
  padding: 10px 0;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-con .con .right .content .li .type span {
  position: relative;
  padding-right: 9px;
  margin-right: 3px;
}
.page-con .con .right .content .li .type span:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 13px;
  background: #666;
}
.page-con .con .right .content .li .type span:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.page-con .con .right .content .li .type span:last-of-type:after {
  display: none;
}
.page-con .con .right .content .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  z-index: 4;
}
.page-con .con .right .content .li:hover .top {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .right .product-content {
  padding: 28px;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  min-height: 800px;
}
.page-con .con .right .product-content:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .right .product-content .li {
  border: 1px solid #a5cde0;
  border-radius: 5px;
  width: 31%;
  margin-right: 3%;
  margin-bottom: 30px;
  float: left;
}
.page-con .con .right .product-content .li:nth-of-type(3n) {
  margin-right: 0;
}
.page-con .con .right .product-content .li a {
  display: block;
  color: #333;
}
.page-con .con .right .product-content .li .img {
  width: 100%;
  height: 200px;
  line-height: 156px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #a5cde0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.page-con .con .right .product-content .li .img img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-con .con .right .product-content .li .img .browse {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 4px;
  background: #fff2f3;
  line-height: normal;
  color: #e92030;
  padding: 1px 8px;
  font-size: 12px;
}
.page-con .con .right .product-content .li .pro-info {
  padding: 6px;
}
.page-con .con .right .product-content .li .pro-info .pro-list {
  height: 45px;
  overflow: hidden;
}
.page-con .con .right .product-content .li .pro-info .pro-list:after {
  display: block;
  content: '';
  clear: both;
}
.page-con .con .right .product-content .li .pro-info .pro-list .list {
  float: left;
  width: calc(23.5% - 2px);
  margin-right: 2%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  height: 43px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .right .product-content .li .pro-info .pro-list .list:nth-of-type(4n) {
  margin-right: 0;
}
.page-con .con .right .product-content .li .pro-info .pro-list .list img {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-con .con .right .product-content .li .pro-info .pro-list .list.curr,
.page-con .con .right .product-content .li .pro-info .pro-list .list:hover {
  border-color: #ed4451;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-con .con .right .product-content .li .pro-info .pro-info-con {
  position: relative;
  padding: 10px 0;
}
.page-con .con .right .product-content .li .pro-info .pro-info-con .tit {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-con .con .right .product-content .li .pro-info .pro-info-con .type {
  color: #1174a0;
  font-size: 14px;
  margin-top: 6px;
}
.page-con .con .right .product-content .li .pro-info .pro-info-con .collect {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
  color: #ed4451;
}
.page-con .con .right .product-content .li .pro-info .pro-info-con .collect .fa {
  margin-right: 4px;
}
.exhi-wrap .con .right .content .li {
  width: calc(100% - 40px);
  margin-right: 0;
  padding: 20px;
}
.exhi-wrap .con .right .content .li:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-wrap .con .right .content .li .top {
  left: auto;
  right: 15px;
  top: 20px;
}
.exhi-wrap .con .right .content .li .top:before {
  display: none;
}
.exhi-wrap .con .right .content .li .top .top-con {
  background: none;
}
.exhi-wrap .con .right .content .li .img {
  width: 210px;
  height: 118px;
  line-height: 118px;
  float: left;
  position: relative;
}
.exhi-wrap .con .right .content .li .img .browse {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  right: 5px;
  top: 5px;
  padding: 0 6px;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}
.exhi-wrap .con .right .content .li .tit-info {
  margin-left: 20px;
  width: calc(100% - 240px);
  float: left;
}
.exhi-wrap .con .right .content .li .tit-info .tit {
  padding: 0;
  width: 83%;
}
.exhi-wrap .con .right .content .li .tit-info .country-box:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-wrap .con .right .content .li .tit-info .country-box .country {
  float: left;
}
.exhi-wrap .con .right .content .li .tit-info .country-box .no {
  float: left;
  margin-top: 5px;
}
.exhi-wrap .con .right .content .li .tit-info .country {
  padding: 0;
}
.exhi-wrap .con .right .content .li .tit-info .no {
  padding: 0;
}
.exhi-wrap .con .right .content .li .tit-info .type {
  padding: 10px 0;
}
.exhi-wrap .con .right .content .li:hover .top {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.activity-con {
  padding: 32px;
  background: #fff;
  border-radius: 5px;
}
.activity-con:after {
  display: block;
  content: '';
  clear: both;
}
.activity-con .li {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
}
.activity-con .li a {
  color: #333;
}
.activity-con .li:nth-of-type(3n) {
  margin-right: 0;
}
.activity-con .li .img {
  border-radius: 5px 5px 0 0;
  height: 208px;
  overflow: hidden;
}
.activity-con .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-con .li .tit-info {
  border-radius: 0 0 5px 5px;
  border: 1px solid #a8c3d2;
  border-top: 0;
  padding: 0 25px 25px 25px;
}
.activity-con .li .tit-info .time {
  text-align: center;
  margin-top: -10px;
}
.activity-con .li .tit-info .time span {
  padding: 8px 22px;
  background: #006a99;
  color: #fff;
  border-radius: 25px;
}
.activity-con .li .tit-info .tit {
  margin: 25px 0 10px 0;
  font-weight: bold;
}
.activity-con .li .tit-info .info {
  color: #999;
  font-size: 14px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project-con .top {
  position: relative;
  margin-bottom: 18px;
  border-radius: 5px;
}
.project-con .top .con-wrap {
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
}
.project-con .top .con-wrap .attract-top {
  width: 63%;
  margin: 0 auto;
}
.project-con .top .con-wrap .attract-top:after {
  display: block;
  content: '';
  clear: both;
}
.project-con .top .con-wrap .attract-top a {
  display: block;
  width: calc(46% - 70px);
  float: left;
  border-radius: 5px;
  background: #08a3e7;
  padding: 45px 35px;
  color: #fff;
  font-size: 28px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.project-con .top .con-wrap .attract-top a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.project-con .top .con-wrap .attract-top a .fa {
  float: right;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  margin-top: 2px;
}
.project-con .top .con-wrap .attract-top a:last-of-type {
  float: right;
  background: #d7b700;
}
.project-con .top .con-wrap .search-type {
  position: relative;
  width: 63%;
  margin: 0 auto;
}
.project-con .top .con-wrap .search-type .type-li-curr {
  padding: 16px 15px 16px 0;
  text-indent: 17px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  background: #fff;
}
.project-con .top .con-wrap .search-type .type-li-curr.curr .fa {
  transform: rotate(180deg);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.project-con .top .con-wrap .search-type .type-li-curr .fa {
  float: right;
  color: #e60113;
  margin: 3px 0 0 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-indent: 0;
}
.project-con .top .con-wrap .search-type .type-ul {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  background: #fff;
  padding-bottom: 6.5px;
  display: none;
  z-index: 1;
}
.project-con .top .con-wrap .search-type .type-li-sea {
  padding: 8px 0;
  cursor: pointer;
  text-indent: 17px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.project-con .top .con-wrap .search-type .type-li-sea:hover {
  color: #fff;
  background: #08a3e7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.project-con .project-merchants {
  padding: 35px;
  border-radius: 5px;
  background: #fff;
}
.project-con .project-merchants .title {
  font-size: 28px;
  text-align: center;
  width: 100%;
  padding-bottom: 30px;
  color: #006a99;
}
.project-con .project-merchants .foreign-con {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 2px solid #006a99;
}
.project-con .project-merchants .con:after {
  display: block;
  content: '';
  clear: both;
}
.project-con .project-merchants .li {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  width: 23.3%;
  height: 301px;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 25px;
  font-size: 14px;
  float: left;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.project-con .project-merchants .li .info-wrap {
  padding: 20px;
}
.project-con .project-merchants .li a {
  color: #333;
}
.project-con .project-merchants .li:nth-of-type(4n) {
  margin-right: 0;
}
.project-con .project-merchants .li .img {
  width: 100%;
  height: 145px;
}
.project-con .project-merchants .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-con .project-merchants .li .tit {
  font-size: 22px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 29px;
}
.project-con .project-merchants .li .p {
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}
.project-con .project-merchants .li .p span {
  font-weight: bold;
}
.project-con .project-merchants .li .p b {
  color: #e60012;
}
.project-con .project-merchants .li .company {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
  color: #e60012;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  font-size: 16px;
}
.project-con .project-merchants .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -moz-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -ms-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -o-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
}
.pager,
.pages {
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
}
.pager ul,
.pages ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
}
.pager a,
.pages a,
.pager span,
.pages span {
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #d1e0ec;
  color: #6683ac;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin: 0 2px;
}
.pager a:hover,
.pages a:hover,
.pager span:hover,
.pages span:hover {
  background: #ee5548;
  border-color: #ee5548;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pager span,
.pages span {
  background: #ee5548;
  border-color: #ee5548;
  color: #fff;
}
.business-type {
  margin: 0 0 35px 0;
}
.business-type:after {
  display: block;
  content: '';
  clear: both;
}
.business-type .type-li {
  background: #006a99;
  padding: 13px 55px;
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.business-type .type-li.curr {
  background: #e60012;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.business-type .type-li:nth-of-type(3) {
  background: #d7b700;
  float: right;
  padding: 13px 25px;
  margin-right: 0;
}
.business-type .type-li:nth-of-type(3) .fa {
  margin-right: 8px;
  font-size: 15px;
}
.business-con:after {
  display: block;
  content: '';
  clear: both;
}
.business-con .li {
  width: calc(100% - 2px);
  float: left;
  border-radius: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border: 1px solid #a8c3d2;
  overflow: hidden;
}
.business-con .li:after {
  display: block;
  content: '';
  clear: both;
}
.business-con .li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  box-shadow: 0 10px 10px rgba(58, 135, 138, 0.4);
}
.business-con .li .img {
  width: 100%;
  height: 145px;
  overflow: hidden;
}
.business-con .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.business-con .li .top:after {
  display: block;
  content: '';
  clear: both;
}
.business-con .li .top a {
  display: block;
}
.business-con .li .top .img {
  float: left;
  width: 150px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  display: none;
}
.business-con .li .top .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.business-con .li .top .tit-info {
  width: calc(100% - 40px);
  text-align: left;
  padding: 20px;
  background: #fff;
}
.business-con .li .top .tit-info .tit {
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.business-con .li .top .tit-info .time {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #ee5548;
  margin: 5px 0 0 0;
}
.business-con .li .top .tit-info .info {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.business-con .li .top .tit-info .info b {
  color: #e60012;
}
.business-con .li .top .tit-info .type {
  width: 100%;
  font-size: 14px;
  padding: 11px 0;
  color: #006a99;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.business-con .li .bot {
  border-top: 1px solid #a8c3d2;
  background: #e7f6fd;
  padding: 0 15px;
  text-align: right;
}
.business-con .li .bot:after {
  display: block;
  content: '';
  clear: both;
}
.business-con .li .bot .company {
  font-size: 15px;
  color: #6683ac;
  margin: 10px 0;
  overflow: hidden;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.business-con .li .bot .box:after {
  display: block;
  content: '';
  clear: both;
}
.business-con .li .bot .box a {
  text-align: center;
  line-height: 40px;
  color: #e60012;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.business-con .li .bot .box a .fa {
  margin-right: 6px;
}
.business-con .li .bot .box a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.business-con .li .bot .box a:first-of-type {
  position: relative;
  padding-right: 12px;
  margin-right: 6px;
}
.business-con .li .bot .box a:first-of-type:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  right: 0;
  top: 2px;
  height: 14px;
  width: 1px;
  background: #d9dddf;
}
.business-page-con .li {
  width: calc(31.33% - 2px);
  margin-right: 3%;
  margin-bottom: 30px;
}
.business-page-con .li:nth-of-type(3n) {
  margin-right: 0;
}
.ind-business-type {
  margin: 115px 0;
}
.ind-business-type .business-type {
  padding-top: 0;
  border: none;
  margin-bottom: 60px;
  text-align: center;
}
.ind-business-type .business-type .type-li {
  float: none;
  display: initial;
}
.ind-business-type .business-type .type-li:last-of-type {
  margin-right: 0;
}
.exhi-page-con .top {
  border-bottom: 1px solid #ecf8fe;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.exhi-page-con .top:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-con .top .logo {
  float: left;
  width: 230px;
  height: 138px;
  line-height: 138px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}
.exhi-page-con .top .logo img {
  vertical-align: middle;
  max-width: 210px;
  max-height: 118px;
}
.exhi-page-con .top .info-right {
  float: right;
  width: calc(100% - 260px);
}
.exhi-page-con .top .info-right .tit {
  font-weight: bold;
}
.exhi-page-con .top .info-right .countries {
  position: relative;
  margin: 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.exhi-page-con .top .info-right .countries span {
  color: #e60012;
}
.exhi-page-con .top .info-right .countries .exhi-top-con {
  float: right;
  position: absolute;
  right: 0;
  top: -8px;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a {
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a .fa {
  margin-right: 5px;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(1) {
  background: #e60012;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(2) {
  background: #d7b700;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(3) {
  background: #006a99;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(3).curr {
  background: #075476;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(4) {
  background: #1ed76d;
  position: relative;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(4) .code {
  display: none;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0;
  top: 42px;
  background: #fff;
  color: #666;
  width: 200px;
  border-radius: 5px;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(4) .code img {
  width: 120px;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(4) .code:after {
  display: block;
  content: '';
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -6px;
  right: 10px;
  position: absolute;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(4) .code .help {
  font-size: 12px;
  line-height: 20px;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:nth-of-type(4):hover {
  opacity: 1;
}
.exhi-page-con .top .info-right .countries .exhi-top-con a:last-of-type {
  margin-right: 0;
}
.exhi-page-con .top .info-right .type {
  margin-top: 22px;
}
.exhi-page-con .top .info-right .type span {
  background: #f0faff;
  color: #1074a0;
  padding: 8px 20px;
  font-size: 14px;
  margin-right: 5px;
  display: block;
  float: left;
  margin-bottom: 5px;
}
.exhi-page-con .iframebox {
  margin: 0 auto;
  display: block;
  width: calc(100% - 3px);
  height: 1200px;
  border: 1px solid #006a99;
  border-radius: 10px;
  overflow-x: hidden;
}
.exhi-page-con .iframebox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.exhi-page-con .iframebox::-webkit-scrollbar-track {
  background-color: #fff;
}
.exhi-page-con .iframebox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #006a99;
}
.exhi-page-con .iframebox iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
}
.exhi-page-con .live-top .title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
}
.exhi-page-con .live-top .box-live {
  margin: 15px 0;
}
.exhi-page-con .live-top .box-live:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-con .live-top .box-live .company {
  float: left;
}
.exhi-page-con .live-top .box-live .company:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-con .live-top .box-live .company .img {
  width: 44px;
  height: 44px;
  line-height: 40px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.exhi-page-con .live-top .box-live .company img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.exhi-page-con .live-top .box-live .company .com-tit {
  margin-top: 10px;
  float: left;
}
.exhi-page-con .live-top .box-live .comp-info {
  float: left;
  margin-top: 10px;
}
.exhi-page-con .live-top .box-live .comp-info:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-con .live-top .box-live .time {
  float: left;
  margin: 0 20px;
  padding: 0 20px;
  position: relative;
}
.exhi-page-con .live-top .box-live .time:after,
.exhi-page-con .live-top .box-live .time:before {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  width: 1px;
  height: 14px;
  background: #006a99;
  left: 0;
  top: 5px;
}
.exhi-page-con .live-top .box-live .time:before {
  left: auto;
  right: 0;
}
.exhi-page-con .live-top .box-live .type {
  float: left;
}
.exhi-page-con .live-top .box-live .type span {
  border: 1px solid #bbd0df;
  color: #006a99;
  padding: 5px 15px;
  border-radius: 25px;
  background: #ffedee;
  font-size: 15px;
}
.exhi-page-con .about:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-con .about .about-info {
  float: left;
  width: 43%;
}
.exhi-page-con .about .about-info .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #006a99;
  position: relative;
}
.exhi-page-con .about .about-info .tit span {
  z-index: 1;
  position: relative;
}
.exhi-page-con .about .about-info .tit:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  content: '';
  display: block;
  background: #d7b700;
  height: 8px;
}
.exhi-page-con .about .about-info .info {
  line-height: 28px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.exhi-page-con .about .about-info .info.curr:after {
  background: #fff;
  display: block;
  content: '';
  clear: both;
  bottom: 0;
  position: absolute;
  left: 0;
  height: 10vh;
  width: 100%;
  -webkit-mask-image: -webkit-linear-gradient(bottom, #ffffff, transparent 95%);
}
.exhi-page-con .about .about-info .more {
  border-radius: 5px;
  padding: 8px 0;
  text-align: center;
  background: #006a99;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
  display: none;
}
.exhi-page-con .about .about-info .more .fa {
  margin-left: 10px;
}
.exhi-page-con .about .about-video {
  float: right;
  width: 53%;
  border-radius: 8px;
  overflow: hidden;
}
.exhi-page-con .about .about-video video {
  width: 100%;
  max-height: 500px;
  background: #000;
  border-radius: 8px;
}
.exhi-page-con .about .about-video .about-img {
  width: calc(100% - 2px);
  height: 373px;
  line-height: 373px;
  text-align: center;
  border: 1px solid #c0d9de;
  border-radius: 8px;
}
.exhi-page-con .about .about-video .about-img img {
  width: 20%;
  vertical-align: middle;
  opacity: 0.5;
}
.exhi-chunk {
  padding: 35px;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
}
.exhi-page-tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #006a99;
}
.exhi-page-tit:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-tit .exhi-page-tit-c {
  position: relative;
  float: left;
}
.exhi-page-tit .exhi-page-tit-c:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  display: block;
  background: #d7b700;
  height: 8px;
}
.exhi-page-tit span {
  z-index: 1;
  position: relative;
}
.exhi-page-recommend {
  border-radius: 5px;
}
.exhi-page-recommend:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-recommend .swiper-container .swiper-pagination-bullet-active {
  background: #e60012;
}
.exhi-page-recommend .swiper-container .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.exhi-page-recommend .swiper-container .swiper-pagination {
  bottom: 0;
}
.exhi-page-recommend .swiper-button-prev,
.exhi-page-recommend .swiper-button-next {
  top: calc(50% - 27px);
  background: rgba(0, 106, 153, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.exhi-page-recommend .swiper-button-prev:after,
.exhi-page-recommend .swiper-button-next:after {
  color: #fff;
  font-size: 18px;
}
.exhi-page-recommend .swiper-button-prev {
  left: -90px;
}
.exhi-page-recommend .swiper-button-next {
  right: -90px;
}
.exhi-page-recommend .swiper-pagination {
  bottom: 0;
}
.exhi-page-recommend .li {
  border: 1px solid #a5cde0;
  border-radius: 5px;
  width: calc(100% - 2px);
  margin-bottom: 18px;
  float: left;
}
.exhi-page-recommend .li a {
  display: block;
  color: #333;
}
.exhi-page-recommend .li .img {
  width: 100%;
  height: 283px;
  line-height: 280px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #a5cde0;
}
.exhi-page-recommend .li .img img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhi-page-recommend .li .img .browse {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 4px;
  background: #fff2f3;
  line-height: normal;
  color: #e92030;
  padding: 1px 8px;
  font-size: 12px;
}
.exhi-page-recommend .li .pro-info {
  padding: 6px;
}
.exhi-page-recommend .li .pro-info .pro-list {
  height: 65px;
  overflow: hidden;
}
.exhi-page-recommend .li .pro-info .pro-list:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-page-recommend .li .pro-info .pro-list .list {
  float: left;
  width: calc(23.5% - 2px);
  margin-right: 2%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  text-align: center;
  line-height: 60px;
  height: 63px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-recommend .li .pro-info .pro-list .list:nth-of-type(4n) {
  margin-right: 0;
}
.exhi-page-recommend .li .pro-info .pro-list .list img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhi-page-recommend .li .pro-info .pro-list .list.curr,
.exhi-page-recommend .li .pro-info .pro-list .list:hover {
  border-color: #ed4451;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-recommend .li .pro-info .pro-info-con {
  position: relative;
  padding: 10px 0;
}
.exhi-page-recommend .li .pro-info .pro-info-con .tit {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhi-page-recommend .li .pro-info .pro-info-con .type {
  color: #1174a0;
  font-size: 14px;
  margin-top: 6px;
}
.exhi-page-recommend .li .pro-info .pro-info-con .collect {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 14px;
  color: #ed4451;
}
.exhi-page-recommend .li .pro-info .pro-info-con .collect .fa {
  margin-right: 4px;
}
.exhi-page-recommend.enterprise-box .li {
  width: calc(19% - 2px);
  margin-right: 1.2%;
}
.exhi-page-recommend.enterprise-box .li:nth-of-type(5n) {
  margin-right: 0;
}
.exhi-page-recommend .Recommend-exhibitors .con .li {
  width: calc(19% - 2px);
}
.play-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: center;
}
.play-box a {
  margin: 0 15px;
  padding: 3px 0;
  position: relative;
  cursor: pointer;
  color: #333;
}
.play-box a.curr,
.play-box a:hover {
  color: #006a99;
}
.play-box a.curr i,
.play-box a:hover i {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: '';
  display: block;
  background: #d7b700;
  height: 8px;
}
.play-box a.curr:before,
.play-box a:hover:before,
.play-box a.curr:after,
.play-box a:hover:after {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 8px);
  bottom: -28px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}
.play-box a.curr:after,
.play-box a:hover:after {
  bottom: -29px;
  border-top: 10px solid #e5e5e5;
  z-index: 1;
}
.play-box span {
  position: relative;
  z-index: 1;
}
.hall-play-box {
  margin-top: 40px;
  text-align: left;
}
.hall-play-box a:first-of-type {
  margin-left: 0;
}
.con-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 52px;
}
.live-con:after {
  display: block;
  content: '';
  clear: both;
}
.live-con .li {
  float: left;
  width: calc(31.33% - 50px);
  margin-right: 3%;
  background: #edf6f5;
  border-radius: 5px;
  padding: 15px 25px 30px;
  position: relative;
  margin-top: 30px;
}
.live-con .li:nth-of-type(3n) {
  margin-right: 0;
}
.live-con .li .top {
  margin-bottom: 25px;
}
.live-con .li .top:after {
  display: block;
  content: '';
  clear: both;
}
.live-con .li .top .state {
  position: absolute;
  left: -10px;
  top: 17px;
}
.live-con .li .top .state span {
  position: relative;
  z-index: 2;
  background: #9bc82b;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 15px;
  display: block;
}
.live-con .li .top .state:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -7.4px;
  border-top: 10px solid transparent;
  border-right: 12px solid #7da618;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
.live-con .li .top .more {
  float: right;
  position: relative;
}
.live-con .li .top .more .more-a {
  font-size: 28px;
  cursor: pointer;
  color: #b3bec6;
}
.live-con .li .top .more .more-con {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 0;
  top: 42px;
  width: 110px;
  display: none;
}
.live-con .li .top .more .more-con:after {
  position: absolute;
  top: -7px;
  right: 2px;
  content: '';
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #fff;
}
.live-con .li .top .more .more-con .more-li {
  padding: 8px 15px;
  font-size: 14px;
  border-bottom: 1px solid #99afc0;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-con .li .top .more .more-con .more-li:last-of-type {
  border-bottom: none;
}
.live-con .li .top .more .more-con .more-li:hover {
  color: #ee731f;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-con .li .tit {
  color: #000;
  font-weight: bold;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 60px;
}
.live-con .li .time {
  font-size: 14px;
  color: #ee731f;
  padding: 6px 0;
  margin-bottom: 10px;
}
.live-con .li .img {
  width: 100%;
  height: 203px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  background: #99afc0;
}
.live-con .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.live-con .li .img .img-time {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #006a99;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.live-con .li .img .img-time .countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  position: relative;
  left: 13%;
}
.live-con .li .img .img-time .countdown li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.live-con .li .img .img-time .countdown li span {
  color: #4083de;
}
.live-con .li .tit-info {
  margin-top: 12px;
  font-size: 15px;
  color: #000;
  line-height: 26px;
}
.live-con .li .tit-info span {
  color: #666;
  font-size: 14px;
}
.live-con .li .tit-info .info-in {
  margin: 6px 0;
  overflow: hidden;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.live-con .li .start-box {
  padding-top: 25px;
  text-align: center;
}
.live-con .li .start-box a {
  padding: 0.75rem 2.5rem;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background-color: #99afc0;
  border-color: #99afc0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-con .li .start-box a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-con .li.audit .top .state span {
  background: #f4ce1f;
}
.live-con .li.audit .top .state:after {
  border-right: 12px solid #d6b415;
}
.live-con .li.audit .img .img-time {
  color: #ee731f;
}
.live-con .li.success .top .state span {
  background: #ee731f;
}
.live-con .li.success .top .state:after {
  border-right: 12px solid #ee731f;
}
.live-con .li.success .start-box a {
  background-color: #006a99;
  border-color: #006a99;
}
.exhi-pro {
  margin-top: 15px;
}
.exhi-pro:after {
  display: block;
  content: '';
  clear: both;
}
.exhi-pro .li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.exhi-pro .li .img {
  height: 203px;
  line-height: 203px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.exhi-pro .li .img .browse {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  right: 5px;
  top: 5px;
  padding: 0 6px;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
}
.exhi-pro .li .img img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.exhi-pro .li .tit {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhi-pro .li .type {
  color: #6683ac;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhi-pro .li .type span {
  float: right;
}
.exhi-pro .li:nth-of-type(4n) {
  margin-right: 0;
}
.business-swiper {
  margin-top: 15px;
  width: calc(100% + 15px);
  margin-left: -15px;
  padding: 0 15px;
  position: relative;
}
.business-swiper .swiper-container {
  padding: 15px;
  margin-left: -15px;
}
.business-swiper .swiper-pagination-bullet-active {
  background: #e60012;
}
.business-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.business-swiper .swiper-button-prev,
.business-swiper .swiper-button-next {
  top: calc(50% - 27px);
  background: rgba(0, 106, 153, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.business-swiper .swiper-button-prev:after,
.business-swiper .swiper-button-next:after {
  color: #fff;
  font-size: 18px;
}
.business-swiper .swiper-button-prev {
  left: -74px;
}
.business-swiper .swiper-button-next {
  right: -59px;
}
.business-swiper .swiper-pagination {
  bottom: 0;
}
.no-live {
  background: #fff;
  text-align: center;
  padding: 104px 0;
  color: #999;
  width: 100%;
}
.team-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}
.team-wrap .left {
  width: calc(65.66% - 60px);
  background: #edf6f5;
  border-radius: 5px;
  padding: 50px 30px;
  margin-right: 3%;
}
.team-wrap .left .tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.team-wrap .left .ul:after {
  display: block;
  clear: both;
  content: '';
}
.team-wrap .left .ul .li {
  text-align: center;
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
}
.team-wrap .left .ul .li .head {
  width: 108px;
  height: 108px;
  text-align: center;
  line-height: 108px;
  border-radius: 50%;
  margin: 0 auto;
}
.team-wrap .left .ul .li .head img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.team-wrap .left .ul .li .position {
  font-weight: bold;
  font-size: 15px;
  margin: 12px 0 5px 0;
}
.team-wrap .left .ul .li .name {
  font-size: 14px;
  margin-bottom: 20px;
}
.team-wrap .left .ul .li .content {
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  background: #2e72cf;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-wrap .left .ul .li .content:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-wrap .right {
  width: calc(31.5% - 60px);
  background: #edf6f5;
  border-radius: 5px;
  padding: 50px 30px;
}
.team-wrap .right .tit {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 0;
}
.team-wrap .right .ul .li {
  border-bottom: 1px dashed #c2c9c8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-wrap .right .ul .li:last-of-type {
  border-bottom: 0;
}
.team-wrap .right .ul .li:hover {
  border-color: #edf6f5;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-wrap .right .ul .li:hover a {
  border-radius: 5px;
  background: #2e72cf;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-wrap .right .ul .li:hover .fa {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-wrap .right .ul .li a {
  display: block;
  padding: 11px 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.team-wrap .right .ul .li a:after {
  display: block;
  content: '';
  clear: both;
}
.team-wrap .right .ul .li span {
  float: left;
  width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-wrap .right .ul .li .fa {
  display: block;
  float: right;
  margin-top: 3px;
  color: #499193;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-wrap {
  margin-top: 30px;
}
.live-wrap .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.live-wrap .top .img {
  width: calc(100% - 360px);
  position: relative;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.live-wrap .top .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.live-wrap .top .img .tit-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  Justify-content: center;
  align-items: center;
  display: -webkit-flex;
}
.live-wrap .top .img .tit-info .info-con {
  font-size: 14px;
}
.live-wrap .top .img .tit-info .info-con .con-tit {
  font-size: 20px;
  font-weight: bold;
}
.live-wrap .top .img .tit-info .info-con .con-time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 35px 0;
  padding: 8px 25px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}
.live-wrap .top .img .tit-info .info-con .con-time .countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.live-wrap .top .img .tit-info .info-con .con-time .countdown li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.live-wrap .top .img .tit-info .info-con .con-time .countdown li span {
  color: #4083de;
}
.live-wrap .top .img .tit-info .info-con .con-a {
  padding: 10px 35px;
  color: #fff;
  background: #2e72cf;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: 3px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-wrap .top .img .tit-info .info-con .con-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-wrap .top .right {
  width: 314px;
  background: #f8f8f8;
  border-radius: 0 5px 5px 0;
  padding: 23px;
}
.live-wrap .top .right:after {
  display: block;
  content: '';
  clear: both;
}
.live-wrap .top .right .logo {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  background: #f0f0f0;
  float: left;
}
.live-wrap .top .right .logo img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.live-wrap .top .right .con-info {
  float: right;
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 22px;
}
.live-wrap .top .right .con-info .con-top .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
}
.live-wrap .top .right .con-info .con-top .time {
  color: #ee5548;
}
.live-wrap .top .right .con-info .con-top .type {
  color: #87a6bf;
}
.live-wrap .top .right .con-info .con-con {
  margin: 55px 0;
}
.live-wrap .top .right .con-info .con-con .theme {
  color: #ee5548;
  font-weight: bold;
}
.live-wrap .top .right .con-info .con-con .title {
  margin: 4px 0;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.live-wrap .top .right .con-info .con-con .info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.live-wrap .top .right .con-info .con-bot .top-con a {
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  float: left;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-wrap .top .right .con-info .con-bot .top-con a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.live-wrap .top .right .con-info .con-bot .top-con a:nth-of-type(1) {
  background: #2e72cf;
}
.live-wrap .top .right .con-info .con-bot .top-con a:nth-of-type(2) {
  background: #ee5548;
}
.live-wrap .top .right .con-info .con-bot .top-con a:nth-of-type(3) {
  background: #cdcdcd;
}
.live-wrap .top .right .con-info .con-bot .top-con a:nth-of-type(3).curr {
  background: #f4ce1f;
}
.live-wrap .top .right .con-info .con-bot .top-con a:last-of-type {
  margin-right: 0;
}
.live-wrap .top .right .con-info .con-bot .hits {
  float: right;
  margin-top: 6px;
  color: #999999;
}
.live-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
}
.live-title-link {
  border-bottom: 1px solid #9cc3c4;
  width: 100%;
  margin: 20px 0 35px 0;
}
.newest-wrap .newest-con:after {
  display: block;
  content: '';
  clear: both;
}
.newest-wrap .newest-con .li {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  border-radius: 8px;
  background: #f8f8f8;
  margin-bottom: 45px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.newest-wrap .newest-con .li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.newest-wrap .newest-con .li:nth-of-type(3n) {
  margin-right: 0;
}
.newest-wrap .newest-con .li a {
  display: block;
}
.newest-wrap .newest-con .li .img {
  width: 100%;
  height: 206px;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.newest-wrap .newest-con .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.newest-wrap .newest-con .li .img .img-new {
  position: absolute;
  right: -6px;
  top: -6px;
}
.newest-wrap .newest-con .li .tit-info {
  padding: 15px;
}
.newest-wrap .newest-con .li .tit-info:after {
  display: block;
  content: '';
  clear: both;
}
.newest-wrap .newest-con .li .tit-info .logo {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}
.newest-wrap .newest-con .li .tit-info .logo img {
  max-width: 100%;
  max-height: 100%;
}
.newest-wrap .newest-con .li .tit-info .info-rig {
  float: right;
  width: calc(100% - 65px);
  font-size: 14px;
}
.newest-wrap .newest-con .li .tit-info .info-rig .info-top:after {
  display: block;
  content: '';
  clear: both;
}
.newest-wrap .newest-con .li .tit-info .info-rig .info-top .title {
  float: left;
  width: calc(100% - 60px);
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.newest-wrap .newest-con .li .tit-info .info-rig .info-top .type {
  float: right;
  width: 60px;
  text-align: right;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newest-wrap .newest-con .li .tit-info .info-rig .company {
  color: #666;
  margin: 5px 0;
}
.newest-wrap .newest-con .li .tit-info .info-rig .time {
  color: #ee5548;
}
.newest-wrap .newest-con .li .tit-info .info-rig .time span {
  float: right;
  color: #999;
}
.Hot-Classification {
  padding: 25px 0 10px 0;
}
.Hot-Classification:after {
  display: block;
  content: '';
  clear: both;
}
.Hot-Classification a {
  display: block;
  padding: 7px 15px;
  float: left;
  border-radius: 5px;
  margin: 2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Hot-Classification a.curr,
.Hot-Classification a:hover {
  background: #ee5548;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.hot-wrap .newest-con .li {
  width: 22.75%;
  height: 305px;
}
.hot-wrap .newest-con .li:nth-of-type(3n) {
  margin-right: 3%;
}
.hot-wrap .newest-con .li:nth-of-type(4n) {
  margin-right: 0;
}
.hot-wrap .newest-con .li .tit-info .info-rig .info-top .title {
  width: 100%;
}
.hot-wrap .newest-con .li .img .img-new {
  right: auto;
  top: 12px;
  left: -9px;
  color: #fff;
  font-size: 14px;
}
.hot-wrap .newest-con .li .img .img-new:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0px;
  bottom: -12px;
  border-right: 9px solid #c33e32;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.hot-wrap .newest-con .li .img .img-new span {
  position: relative;
  z-index: 1;
  background: #ee5548;
  border-radius: 5px;
  padding: 6px 12px;
}
.Privacy {
  line-height: 30px;
  font-size: 14px;
  font-family: '本墨悦亦';
}
.Privacy div,
.Privacy p {
  font-family: '本墨悦亦';
}
.Privacy h2 {
  margin-bottom: 20px;
  font-weight: bold;
  font-family: '本墨悦亦';
}
.Privacy ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.Privacy li {
  display: list-item;
  text-align: -webkit-match-parent;
  font-family: '本墨悦亦';
}
.footer {
  background: #024976;
}
.footer .con {
  color: #fff;
}
.footer .con:after {
  display: block;
  content: '';
  clear: both;
}
.footer .con .top {
  padding-top: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}
.footer .con .top:after {
  display: block;
  content: '';
  clear: both;
}
.footer .con .top .logo {
  float: left;
}
.footer .con .top .logo .img {
  float: left;
}
.footer .con .top .logo .img img {
  width: 65px;
  margin-right: 10px;
}
.footer .con .top .logo .company {
  float: left;
  color: #fff;
  margin: 3px 0 0 0;
  font-size: 14px;
}
.footer .con .bot-nav {
  padding-top: 70px;
}
.footer .con .bot-nav:after {
  display: block;
  content: '';
  clear: both;
}
.footer .con .bot-nav .li {
  float: left;
  margin-right: 100px;
}
.footer .con .bot-nav .li:after {
  display: block;
  content: '';
  clear: both;
}
.footer .con .bot-nav .li .tit {
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
.footer .con .bot-nav .li .a {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.footer .con .bot-nav .li .a a {
  color: #999;
}
.footer .con .bot-nav .li .con {
  margin-right: 65px;
  float: left;
}
.footer .con .bot-nav .li .con:last-of-type {
  margin-right: 0;
}
.footer .con .bot-nav .li .con .img {
  margin-top: 15px;
  border-radius: 5px;
  border: 5px solid #fff;
}
.footer .con .bot-nav .li .con .img img {
  display: block;
  width: 118px;
}
.footer .con .bot-nav .li .search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}
.footer .con .bot-nav .li .search input {
  border: none;
  background: #3f3f3f;
  padding: 13px 15px;
  color: #999;
  width: 70%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.footer .con .bot-nav .li .search .sub {
  color: #fff;
  width: 30%;
  padding: 13px 0;
  background: #007bff;
  text-align: center;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .con .bot-nav .li .search .sub:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .con .bot-nav .li .social {
  margin-top: 20px;
}
.footer .con .bot-nav .li .social .tit {
  float: left;
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 5px;
}
.footer .con .bot-nav .li .social .social-a {
  float: left;
}
.footer .con .bot-nav .li .social .social-a a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #024976;
  margin-right: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .con .bot-nav .li .social .social-a a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .con .bot-nav .li .social .social-a a img {
  width: 18px;
  vertical-align: top;
  margin-top: 6px;
}
.footer .con .bot-nav .li:last-of-type {
  float: right;
  margin-right: 0;
}
.footer .con .bot {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 50px;
  font-size: 14px;
  padding: 30px 0;
}
.footer .con .bot:after {
  display: block;
  content: '';
  clear: both;
}
.footer .con .bot .copyright {
  float: right;
  color: rgba(255, 255, 255, 0.7);
}
.footer .con .bot .copyright a {
  color: rgba(255, 255, 255, 0.7);
}
.footer .con .bot .privacy {
  float: left;
}
.footer .con .bot .privacy a {
  float: left;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 12px;
  padding-right: 12px;
  position: relative;
}
.footer .con .bot .privacy a:after {
  display: block;
  content: '';
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 4px;
}
.footer .con .bot .privacy a:last-of-type:after {
  display: none;
}
.web-wrap {
  width: 1366px;
  margin: 0 auto;
}
.web-banner {
  position: fixed;
  left: 50%;
  top: 0;
  width: 1920px;
  margin-left: -960px;
  z-index: -1;
}
.web-nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap.curr {
  background: #008fe1;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-94px);
  -moz-transform: translateY(-94px);
  -ms-transform: translateY(-94px);
  -o-transform: translateY(-94px);
  transform: translateY(-94px);
}
.web-nav-wrap.curr .top {
  border-color: rgba(255, 255, 255, 0);
}
.web-nav-wrap.curr .top .logo .img {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap.curr .top .logo .img img {
  height: 34px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap.curr .nav .li:hover .stair,
.web-nav-wrap.curr .nav .li.curr .stair {
  color: #fff;
  opacity: 0.8;
}
.web-nav-wrap .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
.web-nav-wrap .top:after {
  display: block;
  content: '';
  clear: both;
}
.web-nav-wrap .top .logo a {
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.web-nav-wrap .top .logo a:after {
  display: block;
  content: '';
  clear: both;
}
.web-nav-wrap .top .logo .img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .top .logo .img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .top .logo .tit-info {
  margin: 14px 0 0 10px;
}
.web-nav-wrap .top .logo .tit-info .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.web-nav-wrap .top .logo .tit-info .p {
  color: #fff;
  margin-top: 3px;
}
.web-nav-wrap .top .entrance {
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 5px;
}
.web-nav-wrap .top .entrance .language {
  position: relative;
  color: #fff;
  margin: 12px 30px 0 0;
  cursor: pointer;
}
.web-nav-wrap .top .entrance .language .fa-globe {
  margin-right: 8px;
}
.web-nav-wrap .top .entrance .language .fa-angle-down {
  margin-left: 8px;
}
.web-nav-wrap .top .entrance .language .second {
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  top: 31px;
  background: #fff;
  padding: 8px 20px;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  text-align: center;
}
.web-nav-wrap .top .entrance .language .second:after {
  display: block;
  content: '';
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 30px;
  position: absolute;
}
.web-nav-wrap .top .entrance .language .second a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
}
.web-nav-wrap .top .entrance .time {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin: 12px 28px 0 0;
}
.web-nav-wrap .top .entrance .entrance-a {
  margin-left: 10px;
  padding: 10px 35px 12px;
  background: #2e72cf;
  color: #fff;
  position: relative;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .top .entrance .entrance-a:last-of-type {
  background: none;
  color: #fff;
  padding: 10px 0 12px 16px;
  margin-left: 16px;
}
.web-nav-wrap .top .entrance .entrance-a:last-of-type .fa {
  margin-left: 10px;
}
.web-nav-wrap .top .entrance .entrance-a:last-of-type:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 43px;
  background: rgba(255, 255, 255, 0.4);
}
.web-nav-wrap .top .entrance .entrance-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .nav {
  float: right;
}
.web-nav-wrap .nav:after {
  display: block;
  content: '';
  clear: both;
}
.web-nav-wrap .nav .li {
  position: relative;
  float: left;
  padding: 15px 25px;
}
.web-nav-wrap .nav .li:hover .stair,
.web-nav-wrap .nav .li.curr .stair {
  color: #008fe1;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .nav .li .stair {
  color: #fff;
  display: block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .nav .li .second {
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  padding: 20px 20px;
  display: none;
  width: 200px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.web-nav-wrap .nav .li .second:after {
  display: block;
  content: '';
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 30px;
  position: absolute;
}
.web-nav-wrap .nav .li .second a {
  display: block;
  padding: 4px 0;
  line-height: 25px;
  font-size: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .nav .li .second a.curr {
  color: #008fe1;
}
.web-nav-wrap .nav .online-a {
  float: right;
  padding: 16px 25px;
  background: #ee5548;
  color: #fff;
  margin-left: 35px;
  margin-top: -1px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-nav-wrap .nav .online-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-con {
  background: #fff;
  margin-top: 700px;
}
.web-ind-about {
  background: url(../images/img53.png) fixed no-repeat;
  padding: 160px 0 120px 0;
}
.web-ind-about .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.web-ind-about .top:after {
  display: block;
  clear: both;
  content: '';
}
.web-ind-about .top .left {
  width: 366px;
  font-size: 30px;
  line-height: 45px;
  position: relative;
}
.web-ind-about .top .left img {
  position: absolute;
  right: 65px;
  bottom: 0;
}
.web-ind-about .top .left b {
  color: #ec685d;
}
.web-ind-about .top .right {
  width: calc(100% - 366px);
}
.web-ind-about .top .right .tit {
  font-size: 14px;
  line-height: 30px;
  color: #707070;
}
.web-ind-about .top .right .box-a {
  padding: 40px 0;
}
.web-ind-about .top .right .box-a a {
  padding: 15px 40px;
  margin-right: 6px;
  border-radius: 4px;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-ind-about .top .right .box-a a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-ind-about .top .right .box-a a:nth-of-type(1) {
  background: #008fe1;
}
.web-ind-about .top .right .box-a a:nth-of-type(2) {
  background: #ee5548;
}
.web-ind-about .top .right .box-a a:nth-of-type(3) {
  background: #44b89b;
}
.web-timing {
  width: 1920px;
  position: relative;
  height: 238px;
  left: 50%;
  margin-left: -960px;
  background: url(../images/img54.png) fixed no-repeat #0286d2;
  Justify-content: center;
  align-items: center;
  display: -webkit-flex;
  text-align: center;
}
.web-timing .con-info {
  color: #fff;
}
.web-timing .con-info .tit {
  font-size: 26px;
  margin-bottom: 30px;
}
.web-timing .con-info .tit span {
  font-size: 32px;
  margin: 0 12px;
}
.web-timing .con-info .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.web-timing .con-info .con .timing-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  text-align: center;
  Justify-content: center;
  align-items: center;
}
.web-timing .con-info .con .timing-left .countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.web-timing .con-info .con .timing-left .countdown li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: right;
}
.web-timing .con-info .con .timing-left .countdown li span {
  padding: 8px;
  border-radius: 5px;
  background: #fff;
  color: #0286d2;
  font-size: 34px;
  position: relative;
}
.web-timing .con-info .con .timing-left .countdown li span:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #0286d2;
}
.web-timing .con-info .con .timing-left .countdown li p {
  padding: 21px 8px;
  font-size: 14px;
}
.web-timing .con-info .con .timing-left .fa {
  padding: 19px 8px;
  font-size: 22px;
}
.web-timing .con-info .con .right {
  width: 50%;
  margin-left: 45px;
  text-align: left;
  margin-top: 19px;
}
.web-timing .con-info .con .right a {
  color: #0286d2;
  background: #fff;
  border-radius: 5px;
  padding: 15px 35px;
  margin-right: 6px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-timing .con-info .con .right a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.new-system {
  margin-top: 120px;
}
.new-system .con {
  margin-bottom: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.new-system .con:hover {
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.new-system .con:hover .tit-info .bg-img {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.new-system .con:hover .tit-info .more {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.new-system .con a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-system .con .img {
  width: 50%;
}
.new-system .con .img img {
  display: block;
}
.new-system .con .tit-info {
  width: 50%;
  background: #f8f8f8;
  padding: 0 60px;
  Justify-content: center;
  align-items: center;
  display: -webkit-flex;
  position: relative;
}
.new-system .con .tit-info .bg-img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.new-system .con .tit-info .centet {
  position: relative;
  z-index: 1;
}
.new-system .con .tit-info .tit-top {
  color: #333;
}
.new-system .con .tit-info .tit-top:after {
  display: block;
  content: '';
  clear: both;
}
.new-system .con .tit-info .tit-top .tit {
  font-size: 28px;
  margin-top: 6px;
  float: left;
}
.new-system .con .tit-info .tit-top .label {
  float: right;
  padding: 12px 25px;
  background: #00befd;
  color: #fff;
  letter-spacing: 10px;
  text-align: center;
}
.new-system .con .tit-info .info {
  line-height: 28px;
  font-size: 14px;
  padding: 15px 0 25px 0;
  color: #333;
}
.new-system .con .tit-info .more {
  color: #008fe1;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.new-system .con .tit-info .more .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  background: #008fe1;
}
.new-system .bot-con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-system .bot-con .tit-info {
  width: 50%;
  background: #f8f8f8;
  display: block;
}
.new-system .bot-con .tit-info a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-system .bot-con .tit-info .img {
  width: 50%;
  position: relative;
  height: 320px;
  overflow: hidden;
}
.new-system .bot-con .tit-info .img .img-i {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.new-system .bot-con .tit-info .img .bg {
  position: absolute;
  right: 0;
  top: 0;
}
.new-system .bot-con .tit-info .img .bg img {
  height: 100%;
}
.new-system .bot-con .tit-info .centet {
  width: 49%;
  align-items: center;
  display: -webkit-flex;
  font-size: 14px;
}
.new-system .bot-con .tit-info .centet .centet-con {
  width: 100%;
}
.new-system .bot-con .tit-info .centet .tit {
  font-size: 28px;
  color: #202174;
}
.new-system .bot-con .tit-info .centet .info {
  margin: 10px 0 5px 0;
  overflow: hidden;
  height: auto;
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
.new-system .bot-con .tit-info .centet .time {
  color: #666;
  margin-bottom: 35px;
}
.new-system .bot-con .tit-info .centet .company {
  overflow: hidden;
  font-size: 15px;
  color: #333;
  margin: 4px 0;
  font-weight: bold;
}
.new-system .bot-con .tit-info .centet .more {
  color: #008fe1;
  margin-top: 20px;
}
.new-system .bot-con .tit-info .centet .more .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  background: #008fe1;
}
.new-system .bot-con .category {
  width: 50%;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.new-system .bot-con .category .li {
  width: 50%;
}
.new-system .bot-con .category .li .category-info {
  width: calc(100% - 60px);
  height: 118px;
  padding: 20px 30px;
  color: #fff;
  position: relative;
}
.new-system .bot-con .category .li .category-info:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -28px;
  left: calc(50% - 46px);
  border-top: 28px solid #44bee0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
}
.new-system .bot-con .category .li .category-info .tit {
  font-size: 20px;
  margin: 5px 0 10px 0;
}
.new-system .bot-con .category .li .category-info .info {
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.new-system .bot-con .category .li .img {
  height: 162px;
  overflow: hidden;
}
.new-system .bot-con .category .li .img img {
  display: block;
}
.new-system .bot-con .category .li:first-of-type {
  background: #44bee0;
}
.new-system .bot-con .category .li:last-of-type {
  background: #f2af00;
}
.new-system .bot-con .category .li:last-of-type .category-info:after {
  border-top: 28px solid #f2af00;
}
.web-news-wrap {
  margin-top: 120px;
}
.web-news-wrap .tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.web-news-wrap .ul:after {
  display: block;
  content: '';
  clear: both;
}
.web-news-wrap .ul .li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.web-news-wrap .ul .li:nth-of-type(2n) {
  margin-right: 0;
}
.web-news-wrap .ul .li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-news-wrap .ul .li .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.web-news-wrap .ul .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.web-news-wrap .ul .li .tit-info .news-tit {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 14px 0 10px 0;
  color: #333;
}
.web-news-wrap .ul .li .tit-info .info {
  line-height: 28px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 84px;
}
.web-news-wrap .ul .li .tit-info .bot {
  margin-top: 40px;
}
.web-news-wrap .ul .li .tit-info .bot:after {
  display: block;
  content: '';
  clear: both;
}
.web-news-wrap .ul .li .tit-info .bot .time {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}
.web-news-wrap .ul .li .tit-info .bot .more {
  float: right;
  color: #44b89b;
}
.web-news-wrap .ul .li .tit-info .bot .more .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  color: #fff;
  background: #44b89b;
}
.web-Past-activities {
  margin-top: 60px;
  padding-bottom: 40px;
}
.web-Past-activities .tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.web-Past-activities .swiper-container {
  padding-bottom: 50px;
}
.web-Past-activities .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #ee5548;
}
.web-Past-activities .swiper-slide img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.web-cooperation {
  background: #f9f9f9;
  padding: 50px 0;
  margin-bottom: 10px;
}
.web-cooperation .web-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.web-cooperation .title {
  float: left;
  width: 137px;
  font-size: 28px;
  color: #ee5548;
  margin-top: 50px;
  font-weight: bold;
}
.web-cooperation .title.media-tit {
  color: #008fe1;
}
.web-cooperation .cooperation-sw {
  float: right;
  width: calc(100% - 137px);
}
.web-cooperation .swiper-container {
  padding-bottom: 25px;
}
.web-cooperation .swiper-pagination {
  bottom: 0;
}
.web-cooperation .swiper-pagination-bullet {
  background: #ee5548;
}
.web-cooperation .swiper-slide {
  line-height: 135px;
  text-align: center;
  height: 135px;
  background: #fff;
}
.web-cooperation .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.web-banner-page {
  position: fixed;
  left: 50%;
  top: 0;
  width: 1920px;
  margin-left: -960px;
  z-index: -1;
}
.web-banner-page .title {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
  font-size: 60px;
  color: #fff;
}
.web-banner-page .title .web-wrap {
  font-family: 本墨悦亦;
}
.web-con-page {
  margin-top: 400px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.contact-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 150px 0;
}
.contact-wrap .li {
  width: 48%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 4%;
  padding: 40px;
  position: relative;
  background: url(../images/img19.png) no-repeat bottom right;
}
.contact-wrap .li:nth-of-type(2n) {
  margin-right: 0;
  background: url(../images/img17.png) no-repeat bottom right;
}
.contact-wrap .li .tit {
  font-size: 22px;
  margin-bottom: 35px;
}
.contact-wrap .li .info {
  line-height: 30px;
}
.contact-wrap .li .img {
  position: absolute;
  right: 25px;
  top: 25px;
}
.contact-wrap .li .tit-info {
  position: relative;
  z-index: 1;
}
.web-page-com {
  padding: 116px 0;
}
.meeting-top .tit {
  font-size: 30px;
}
.meeting-top .info {
  font-size: 16px;
  margin: 6px 0;
}
.meeting-top .info-reg {
  font-size: 16px;
  color: #ee5548;
  margin: 6px 0 12px 0;
  font-weight: bold;
}
.meeting-top .link {
  background: url(../images/img77.png);
  height: 11px;
}
.meeting-time .time {
  margin-top: 45px;
  font-size: 36px;
  color: #2e72cf;
  font-weight: bold;
}
.meeting-time .li {
  margin-top: 30px;
}
.meeting-time .li .theme {
  margin-bottom: 20px;
}
.meeting-time .li .theme:after {
  display: block;
  content: '';
  clear: both;
}
.meeting-time .li .theme .tit,
.meeting-time .li .theme .pavilion {
  float: left;
  padding: 6px 25px;
  color: #fff;
  border-radius: 25px;
}
.meeting-time .li .theme .tit {
  background: #9638ab;
  margin-right: 14px;
}
.meeting-time .li .theme .pavilion {
  background: #2e72cf;
}
.meeting-time .li .con {
  background: #f0f5f8;
  border-radius: 10px;
  padding: 30px 60px 10px;
}
.meeting-time .li .con .con-time {
  margin-bottom: 20px;
  font-weight: bold;
}
.meeting-time .li .con .con-time span {
  color: #f4b601;
}
.meeting-time .li .con .speech:after {
  display: block;
  content: '';
  clear: both;
}
.meeting-time .li .con .speech .head {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 50%;
  border: 5px solid #b4cddb;
  overflow: hidden;
}
.meeting-time .li .con .speech .head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.meeting-time .li .con .speech .name {
  width: calc(100% - 110px);
  float: right;
  font-size: 14px;
  margin-left: 20px;
  line-height: 30px;
}
.meeting-time .li .con .speech .speech-li {
  width: 33.33%;
  float: left;
  margin-bottom: 20px;
}
.meeting-time .li .con .speech .speech-li .speech-li-con {
  align-items: center;
  display: -webkit-flex;
}
.web-news-top {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.web-news-top:after {
  display: block;
  content: '';
  clear: both;
}
.web-news-top .tit {
  color: #ee5548;
  font-size: 30px;
  float: left;
}
.web-news-top .search {
  float: right;
  background: #f2f2f2;
  border-radius: 4px;
}
.web-news-top .search input {
  float: left;
  background: none;
  border: none;
  padding: 12px 14px;
}
.web-news-top .search .fa {
  float: left;
  padding: 12px 10px;
  cursor: pointer;
}
.news-con {
  margin-bottom: 35px;
}
.news-con .news-li {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.news-con .news-li:after {
  display: block;
  content: '';
  clear: both;
}
.news-con .news-li:hover .tit-info .more {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-con .news-li:hover .tit-info .more span {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-con .news-li:hover .tit-info .more span:nth-of-type(1) {
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
.news-con .news-li:hover .tit-info .more span:nth-of-type(2) {
  -webkit-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  -o-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}
.news-con .news-li:hover .tit-info .more span:nth-of-type(3) {
  -webkit-transform: translate(5px, -5px);
  -moz-transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  -o-transform: translate(5px, -5px);
  transform: translate(5px, -5px);
}
.news-con .news-li:hover .tit-info .more span:nth-of-type(4) {
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
.news-con .news-li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-con .news-li .img {
  float: left;
  width: 320px;
  height: 200px;
  overflow: hidden;
}
.news-con .news-li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-con .news-li .tit-info {
  float: right;
  width: calc(100% - 380px);
  font-size: 14px;
}
.news-con .news-li .tit-info .tit {
  color: #2e72cf;
  font-size: 17px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-con .news-li .tit-info .info {
  color: #666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-con .news-li .tit-info .time {
  color: #999;
  margin: 10px 0 44px 0;
}
.news-con .news-li .tit-info .more {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-con .news-li .tit-info .more .a {
  color: #fff;
  background: #e9b019;
  border-radius: 4px;
  padding: 10px 45px;
  position: relative;
  float: left;
}
.news-con .news-li .tit-info .more .a span {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #ba8d14;
}
.news-con .news-li .tit-info .more .a span:nth-of-type(1) {
  top: 4px;
  left: 4px;
}
.news-con .news-li .tit-info .more .a span:nth-of-type(2) {
  top: 4px;
  right: 4px;
}
.news-con .news-li .tit-info .more .a span:nth-of-type(3) {
  bottom: 4px;
  left: 4px;
}
.news-con .news-li .tit-info .more .a span:nth-of-type(4) {
  bottom: 4px;
  right: 4px;
}
.arrive-map {
  margin-top: 35px;
}
.arrive-map:after {
  display: block;
  content: '';
  clear: both;
}
.arrive-map .li {
  width: 45.5%;
  float: left;
}
.arrive-map .li .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.arrive-map .li .title .fa {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #2e72cf;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.arrive-map .li:last-of-type {
  float: right;
}
.arrive-map .li:last-of-type .title .fa {
  background: #ee5548;
}
.arrive-con {
  background: #f8f8f8;
  padding: 50px;
  margin-top: 60px;
}
.arrive-con:after {
  display: block;
  content: '';
  clear: both;
}
.arrive-con .img {
  float: left;
  width: 60px;
  margin-top: 10px;
}
.arrive-con .img img {
  width: 100%;
}
.arrive-con .tit-info {
  float: right;
  width: calc(100% - 100px);
}
.arrive-con .tit-info .tit {
  font-size: 16px;
}
.arrive-con .tit-info .info {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}
.arrive-con .tit-info .info a {
  color: #0671d5;
  border-bottom: 1px solid #0671d5;
}
.arrive-con .tit-info .add {
  font-size: 14px;
  color: #666;
}
.arrive-bot {
  margin-top: 30px;
}
.arrive-bot .tit {
  color: #fff;
  background: url(../images/img90.png) left center no-repeat #2e72cf;
  height: 62px;
  line-height: 62px;
  font-size: 18px;
  padding: 0 40px;
}
.arrive-bot .con {
  border: 1px solid #ddd;
  border-top: none;
  padding: 25px 40px;
}
.arrive-bot .con .li {
  padding: 10px 0;
  line-height: 25px;
}
.arrive-bot .con .li img {
  margin-right: 5px;
}
.travel-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 22px;
}
.travel-top .time {
  font-size: 16px;
  margin-top: 10px;
}
.travel-con .travel-con-top {
  margin-top: 35px;
}
.travel-con .travel-con-top a {
  border: 1px solid #ee5548;
  border-radius: 4px;
  padding: 6px 15px;
  margin-right: 10px;
  font-size: 14px;
}
.travel-con .travel-con-top a .fa {
  color: #ffd900;
}
.travel-con .travel-con-top a span {
  margin-left: 5px;
  color: #ee5548;
}
.travel-con .travel-con-bot {
  margin-top: 40px;
}
.travel-con .travel-con-bot:after {
  display: block;
  content: '';
  clear: both;
}
.travel-con .travel-con-bot .li {
  float: left;
  width: 23.8%;
  margin-right: 1.6%;
  margin-bottom: 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.travel-con .travel-con-bot .li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.travel-con .travel-con-bot .li:nth-of-type(4n) {
  margin-right: 0;
}
.travel-con .travel-con-bot .li .img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 181px;
  overflow: hidden;
}
.travel-con .travel-con-bot .li .img img {
  display: block;
  width: 100%;
  height: 181px;
  object-fit: cover;
}
.travel-con .travel-con-bot .li .tit-info {
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 30px 20px;
  font-size: 14px;
}
.travel-con .travel-con-bot .li .tit-info .tit {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.travel-con .travel-con-bot .li .tit-info .star .fa {
  color: #ffd900;
}
.travel-con .travel-con-bot .li .tit-info .tel {
  margin: 8px 0;
}
.why-visit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 35px;
}
.why-visit .info {
  margin-top: 25px;
  line-height: 28px;
}
.why-visit .info .p {
  padding: 10px 0;
}
.why-visit .info .p .fa {
  margin-right: 10px;
  color: #fdcf5a;
  font-size: 20px;
}
.why-visit-con {
  margin-top: 35px;
}
.why-visit-con:after {
  display: block;
  content: '';
  clear: both;
}
.why-visit-con .li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
}
.why-visit-con .li:nth-of-type(n + 3) {
  margin-bottom: 0;
}
.why-visit-con .li .tit {
  font-size: 22px;
  margin-bottom: 15px;
}
.why-visit-con .li .info {
  line-height: 28px;
}
.why-visit-con .li:nth-of-type(1) .tit {
  color: #2e72cf;
}
.why-visit-con .li:nth-of-type(2) .tit {
  color: #f48501;
}
.why-visit-con .li:nth-of-type(3) .tit {
  color: #ff6b5f;
}
.why-visit-con .li:nth-of-type(4) .tit {
  color: #44b89b;
}
.why-visit-con .li:nth-of-type(2n) {
  margin-right: 0;
}
.quotations-wrap {
  background: url(../images/img95.png) fixed top #0a162e;
  padding: 60px 0;
  color: #fff;
  height: 150px;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
}
.quotations-wrap .why-company {
  text-align: center;
  color: #fff;
  font-family: 本墨悦亦;
}
.quotations-wrap .why-company-tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 35px;
  font-family: 本墨悦亦;
}
.quotations-wrap .why-company-time {
  font-size: 30px;
}
.quotations-wrap .web-wrap {
  display: none;
}
.quotations-wrap .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 36px;
}
.quotations-wrap .ul:after {
  display: block;
  content: '';
  clear: both;
}
.quotations-wrap .ul .li {
  float: left;
  width: 31.33%;
  margin-right: 3%;
}
.quotations-wrap .ul .li:nth-of-type(3n) {
  margin-right: 0;
}
.quotations-wrap .ul .li .info {
  font-size: 14px;
  line-height: 30px;
  padding: 0 45px;
  position: relative;
}
.quotations-wrap .ul .li .info:after,
.quotations-wrap .ul .li .info:before {
  display: block;
  position: absolute;
  top: 18px;
  font-size: 66px;
}
.quotations-wrap .ul .li .info:after {
  content: '“';
  left: -32px;
}
.quotations-wrap .ul .li .info:before {
  content: '”';
  right: -32px;
}
.quotations-wrap .ul .li .position {
  text-align: center;
  margin-top: 25px;
}
.why-visit-bot {
  background: #fff;
}
.why-visit-bot .web-exhibitors-parameters {
  margin-top: 0;
}
.why-visit-bot .web-exhibitors-parameters .parameters-tit {
  margin-bottom: 60px;
  font-size: 30px;
  color: #ee5548;
  text-align: center;
}
.why-visit-bot .why-visit-bot-img {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 60px;
}
.why-visit-bot .why-visit-bot-img .tit {
  margin-bottom: 60px;
  font-size: 30px;
  color: #ee5548;
  text-align: center;
}
.why-visit-bot .why-visit-bot-a {
  margin-top: 45px;
  text-align: center;
}
.why-visit-bot .why-visit-bot-a a {
  padding: 14px 55px;
  color: #fff;
  background: #008fe1;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 6px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.why-visit-bot .why-visit-bot-a a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.no-data {
  text-align: center;
  padding: 60px 0;
}
.no-data img {
  width: 300px;
  margin-bottom: 20px;
}
.host-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 55px;
}
.host-top:after {
  display: block;
  content: '';
  clear: both;
}
.host-top .meeting-top {
  float: left;
  width: calc(100% - 568px);
}
.host-top .why-visit {
  border-bottom: none;
}
.host-top .histogram {
  float: right;
  width: 445px;
}
.host-top .histogram img {
  margin-top: 70px;
}
.shopping-wrap {
  margin-top: 40px;
}
.shopping-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.shopping-wrap .shopping-info {
  float: left;
  line-height: 30px;
  margin-top: 15px;
  width: calc(100% - 568px);
}
.shopping-wrap .shopping-table {
  float: right;
  width: 260px;
  margin-right: 69px;
}
.shopping-wrap .shopping-table .shopping-tit {
  margin-bottom: 10px;
  text-align: center;
}
.shopping-wrap .shopping-table .tab {
  font-size: 14px;
}
.shopping-wrap .shopping-table .tab table {
  width: 100%;
  *border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.shopping-wrap .shopping-table .tab table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.shopping-wrap .shopping-table .tab table td,
.shopping-wrap .shopping-table .tab table th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px 10px;
}
.shopping-wrap .shopping-table .tab table td:last-of-type,
.shopping-wrap .shopping-table .tab table th:last-of-type {
  text-align: center;
}
.shopping-wrap .shopping-table .tab table th {
  color: #008fe1;
  font-weight: bold;
}
.shopping-wrap .shopping-table .tab table td:last-of-type {
  color: #ff756a;
  font-weight: bold;
}
.shopping-link {
  background: url(../images/img77.png);
  height: 11px;
  margin-top: 60px;
}
.shopping-bot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 60px;
}
.shopping-bot .shop-info {
  width: calc(100% - 568px);
  align-items: center;
  display: -webkit-flex;
}
.shopping-bot .shop-info .tit {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.shopping-bot .shop-info .info {
  line-height: 30px;
  margin-bottom: 35px;
}
.shopping-bot .shop-info .shop-a {
  padding: 14px 45px;
  color: #fff;
  background: #2e72cf;
  border-radius: 25px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.shopping-bot .shop-info .shop-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.shopping-bot .shop-img {
  width: 580px;
  text-align: right;
}
.why-exhi {
  border-bottom: none;
}
.why-exhi .exhi-img {
  padding: 60px 0;
}
.why-exhi .info span {
  color: #2e72cf;
}
.procurement {
  margin: 60px 0 35px 0;
}
.procurement:after {
  content: '';
  display: block;
  clear: both;
}
.procurement .procurement-li {
  width: 32.2%;
  float: left;
  margin-right: 1.7%;
}
.procurement .procurement-li:last-of-type {
  margin-right: 0;
}
.procurement .procurement-li:nth-of-type(1) .procurement-tit {
  color: #008fe1;
}
.procurement .procurement-li:nth-of-type(1) .procurement-tit.procurement-tit-en {
  border-color: #008fe1;
}
.procurement .procurement-li:nth-of-type(2) .procurement-tit {
  color: #ee5548;
}
.procurement .procurement-li:nth-of-type(2) .procurement-tit.procurement-tit-en {
  border-color: #ee5548;
}
.procurement .procurement-li:nth-of-type(3) .procurement-tit {
  color: #44b89b;
}
.procurement .procurement-li:nth-of-type(3) .procurement-tit.procurement-tit-en {
  border-color: #44b89b;
}
.procurement .procurement-li .procurement-tit {
  font-size: 24px;
  font-weight: bold;
}
.procurement .procurement-li .procurement-tit.procurement-tit-en {
  padding: 10px 15px;
  border: 1px solid #ee5548;
  border-radius: 5px;
  text-align: center;
}
.procurement .procurement-li .procurement-img {
  margin: 15px 0;
}
.procurement .procurement-li .procurement-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.procurement .procurement-li .procurement-info {
  line-height: 28px;
  color: #666;
}
.introduction-bot {
  line-height: 30px;
  margin-top: 60px;
}
.introduction-bot span {
  color: #2e72cf;
}
.introduction-botton {
  margin: 60px 103px 0;
}
.introduction-botton:after {
  display: block;
  content: '';
  clear: both;
}
.introduction-botton .li {
  float: left;
  background: #efefef;
  padding: 46px;
  margin-right: 4%;
  width: calc(48% - 92px);
}
.introduction-botton .li:after {
  display: block;
  content: '';
  clear: both;
}
.introduction-botton .li:last-of-type {
  margin-right: 0;
}
.introduction-botton .li:last-of-type .tit {
  color: #ff6b5f;
}
.introduction-botton .li:last-of-type .int-a a {
  background: #ff6b5f;
}
.introduction-botton .li .tit {
  font-size: 24px;
  color: #2e72cf;
}
.introduction-botton .li .info {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  line-height: 28px;
  margin-bottom: 45px;
}
.introduction-botton .li .int-a a {
  padding: 10px 45px;
  color: #fff;
  border-radius: 5px;
  background: #2e72cf;
}
.propaganda-wrap .li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.propaganda-wrap .li .img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 90px;
}
.propaganda-wrap .li .img img {
  max-width: 50%;
  max-height: 50%;
  vertical-align: middle;
}
.propaganda-wrap .li .info {
  line-height: 28px;
  width: calc(100% - 300px);
}
.propaganda-wrap .li .info span {
  font-weight: bold;
}
.propaganda-wrap .li:nth-of-type(1) .img {
  background: #2e72cf;
}
.propaganda-wrap .li:nth-of-type(1) .info span {
  color: #2e72cf;
}
.propaganda-wrap .li:nth-of-type(2) .img {
  background: #44b89b;
}
.propaganda-wrap .li:nth-of-type(2) .info span {
  color: #44b89b;
}
.propaganda-wrap .li:nth-of-type(3) .img {
  background: #ee5548;
}
.propaganda-wrap .li:nth-of-type(3) .info span {
  color: #ee5548;
}
.propaganda-wrap .li:nth-of-type(4) .img {
  background: #9756d1;
}
.propaganda-wrap .li:nth-of-type(4) .info span {
  color: #9756d1;
}
.propaganda-wrap .li:nth-of-type(5) .img {
  background: #f4b601;
}
.propaganda-wrap .li:nth-of-type(5) .info span {
  color: #f4b601;
}
.propaganda-wrap .li:nth-of-type(6) .img {
  background: #b4cddb;
}
.propaganda-wrap .li:nth-of-type(6) .info span {
  color: #b4cddb;
}
.propaganda-wrap .li:nth-of-type(7) .img {
  background: #2e50cf;
}
.propaganda-wrap .li:nth-of-type(7) .info span {
  color: #2e50cf;
}
.pavilion-wrap .exhi-img {
  padding: 30px 0 20px 0;
}
.pavilion-wrap .exhi-img img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.pavilion-wrap .pavilion-tit {
  margin-top: 45px;
}
.pavilion-wrap .pavilion-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.pavilion-wrap .pavilion-info p {
  margin-right: 30px;
}
.pavilion-wrap .pavilion-info p span {
  padding: 1px 7px;
  border-radius: 50%;
  background: #44b89b;
  margin-right: 4px;
  color: #fff;
}
.list-exhi-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.list-exhi-top input {
  width: 30%;
  padding: 14px 15px;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  margin-right: 2%;
}
.list-exhi-top select {
  padding: 14px 15px;
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  width: 30%;
  margin-right: 2%;
}
.list-exhi-top select:nth-of-type(2) {
  width: 20%;
}
.list-exhi-top .list-search {
  width: 12%;
  background: #2e72cf;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.list-exhi-top .list-search:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.list-exhi-top .list-search span {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 0;
  width: 70%;
}
.list-exhi-top .list-search .fa {
  padding: 14px 0;
  width: 30%;
  font-size: 18px;
}
.list-exhi-letter {
  font-size: 14px;
  margin-top: 30px;
}
.list-exhi-letter span {
  background: #ff6b5f;
  padding: 8px 25px;
  color: #fff;
  margin-right: 6px;
}
.list-exhi-letter a {
  padding: 8px 12px;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  margin-left: 6px;
}
.list-exhi-letter a.curr {
  background: #ff6b5f;
  color: #fff;
}
.letter-wrap {
  margin: 45px 0 50px 0;
}
.letter-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.letter-wrap .li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 45px;
}
.letter-wrap .li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.letter-wrap .li a {
  display: block;
}
.letter-wrap .li:nth-of-type(4n) {
  margin-right: 0;
}
.letter-wrap .li .img {
  width: 100%;
  height: 180px;
  line-height: 180px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.letter-wrap .li .img img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.letter-wrap .li .company {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.letter-wrap .li .tit {
  font-size: 14px;
  margin-bottom: 6px;
  color: #666;
}
.letter-wrap .li .add {
  font-size: 16px;
  color: #333;
}
.letter-wrap .li .add span {
  color: #2e72cf;
}
.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.close-btn:hover {
  color: red;
}
.login-wrap-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 20;
}
.login-con {
  width: 500px;
  padding: 42px 50px;
  color: #fff;
  background: #fff;
  border-radius: 8px;
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 50%;
  z-index: 21;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -275%);
  -moz-transform: translate(-50%, -275%);
  -ms-transform: translate(-50%, -275%);
  -o-transform: translate(-50%, -275%);
  transform: translate(-50%, -275%);
  opacity: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.login-con.identity-wrap {
  width: 750px;
}
.login-con.identity-wrap .rig-wrap .log-box {
  margin-top: 0;
}
.login-con.curr {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.login-con .close {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #333;
  cursor: pointer;
}
.login-con .tit {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.login-con .rig-wrap .input {
  margin-bottom: 15px;
  background: #f5f5f5;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border: 2px solid #fff;
}
.login-con .rig-wrap .input:before {
  display: block;
  clear: both;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.login-con .rig-wrap .input.curr {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border-color: #006a99;
}
.login-con .rig-wrap .input.curr:before {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}
.login-con .rig-wrap .input.curr .ico {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.login-con .rig-wrap .input input {
  border: none;
  background: none;
  padding: 20px;
  float: left;
  width: calc(100% - 90px);
  font-size: 16px;
}
.login-con .rig-wrap .input .ico {
  float: right;
  color: #b3b9bd;
  width: 34px;
  border-left: 1px solid #e0e7e8;
  text-align: right;
  padding: 6px 0;
  margin: 12px 15px 0 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.login-con .rig-wrap .input:after {
  display: block;
  content: '';
  clear: both;
}
.login-con .rig-wrap .input .code {
  position: absolute;
  right: 80px;
  top: 10px;
  width: 125px;
  height: 42px;
  line-height: 42px;
  background: #e60012;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
}
.login-con .rig-wrap .input .code.curr {
  background: #999;
}
.login-con .rig-wrap .input .code img {
  width: 100%;
  height: 100%;
}
.login-con .rig-wrap .remember {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
}
.login-con .rig-wrap .remember:after {
  display: block;
  content: '';
  clear: both;
}
.login-con .rig-wrap .remember .reme-tit {
  float: left;
  line-height: 24px;
  color: #333;
}
.login-con .rig-wrap .remember .reme-tit label {
  cursor: pointer;
}
.login-con .rig-wrap .remember .reme-tit .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #006a99;
  background-color: #006a99;
}
.login-con .rig-wrap .remember .reme-a {
  float: right;
  color: #ee7420;
  line-height: 24px;
}
.login-con .rig-wrap .log-box {
  width: calc(100% - 2px);
  padding: 16px 0;
  text-align: center;
  background: #006a99;
  border: 2px solid #006a99;
  border-radius: 4px;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-top: 25px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.login-con .rig-wrap .log-box:hover {
  color: #006a99;
  background: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.login-con .rig-wrap .no-account {
  border-top: 1px solid #e5e5e5;
  padding-top: 38px;
  margin-top: 38px;
  text-align: left;
}
.login-con .rig-wrap .no-account:after {
  display: block;
  content: '';
  clear: both;
}
.login-con .rig-wrap .no-account .left-tit {
  color: #666;
  float: left;
}
.login-con .rig-wrap .no-account .left-tit .left-t {
  font-size: 22px;
  color: #e60012;
}
.login-con .rig-wrap .no-account .left-tit .left-info {
  font-size: 14px;
}
.login-con .rig-wrap .no-account .left-tit .left-info a {
  color: #e60012;
}
.login-con .rig-wrap .no-account .log-box {
  float: right;
  width: 160px;
  background: #e60012;
  border-color: #e60012;
}
.login-con .rig-wrap .no-account .log-box:hover {
  background: #fff;
  color: #e60012;
  border-color: #e60012;
}
.login-con .rig-wrap .copyright {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #7393ac;
}
.login-con-one .identity .li {
  width: 100%;
  border-radius: 5px;
}
@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0 0 30px 20px #006a99;
    opacity: 0;
  }
}
@keyframes anim-shadow {
  to {
    box-shadow: 0 0 30px 20px #006a99;
    opacity: 0;
  }
}
.communication-wrap {
  position: fixed;
  right: 10px;
  bottom: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  padding: 8px 14px;
  color: #2e72cf;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.communication-wrap img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.communication-wrap .msg {
  position: absolute;
  right: -5px;
  top: -8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  background: #ee5548;
  color: #fff;
  border-radius: 50%;
}
.communication-wrap.curr {
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.no-data {
  padding: 85px 0;
  text-align: center;
  color: #999;
}
.no-data img {
  margin-top: 10px;
  width: 150px;
}
.J-business {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.business-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1200px;
  z-index: 4;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.4);
}
.business-wrap .close {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #333;
  cursor: pointer;
}
.business-wrap .business-left {
  background: #f5f5f5;
  border-radius: 5px;
  width: 25%;
  max-height: 90vh;
}
.business-wrap .business-left .business-box {
  overflow-x: hidden;
  max-height: 70.5vh;
}
.business-wrap .business-left .business-box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.business-wrap .business-left .business-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.business-wrap .business-left .search-box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin: 5%;
}
.business-wrap .business-left .search-box:after {
  display: block;
  content: '';
  clear: both;
}
.business-wrap .business-left .search-box input {
  border: none;
  width: calc(100% - 75px);
  float: left;
  padding: 12px 15px;
  font-size: 15px;
}
.business-wrap .business-left .search-box .fa {
  float: right;
  width: 45px;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  color: #99afc0;
  font-size: 18px;
}
.business-wrap .business-left .search-link {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 2px;
  background: #ddd;
}
.business-wrap .business-left .li {
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
  padding: 15px;
}
.business-wrap .business-left .li:after {
  display: block;
  clear: both;
  content: '';
}
.business-wrap .business-left .li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: '';
}
.business-wrap .business-left .li .head {
  width: 82px;
  height: 82px;
  line-height: 76px;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-right: 15px;
  position: relative;
}
.business-wrap .business-left .li .head .noread {
  background: #da251d;
  position: absolute;
  right: -4px;
  top: -2px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
}
.business-wrap .business-left .li .head img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.business-wrap .business-left .li .tit-info .name {
  font-size: 15px;
  margin-top: 20px;
}
.business-wrap .business-left .li .tit-info .type {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 21px;
  color: #666;
}
.business-wrap .business-left .li.curr {
  background: #ee731f;
}
.business-wrap .business-left .li.curr .tit-info {
  color: #fff;
}
.business-wrap .business-left .li.curr .tit-info .type {
  color: #fff;
}
.business-wrap .business-right {
  background: #f5f5f5;
  border-radius: 5px;
  width: 73.5%;
  min-height: 78vh;
  margin-left: 1.5%;
}
.business-wrap .business-right .box {
  padding: 30px;
  margin: 40px 25px 25px;
  border-radius: 5px;
  background: #fff;
  height: 62vh;
  overflow-x: hidden;
}
.business-wrap .business-right .box::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.business-wrap .business-right .box::-webkit-scrollbar-track {
  background-color: #fff;
}
.business-wrap .business-right .box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
.business-wrap .business-right .box .li {
  margin-bottom: 15px;
}
.business-wrap .business-right .box .li .time {
  text-align: center;
  color: #c0c0c0;
  margin-bottom: 12px;
  font-size: 14px;
}
.business-wrap .business-right .box .li .tit-info:after {
  display: block;
  content: '';
  clear: both;
}
.business-wrap .business-right .box .li .tit-info .head {
  width: 60px;
  height: 60px;
  line-height: 54px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.02);
  overflow: hidden;
  float: left;
}
.business-wrap .business-right .box .li .tit-info .head img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.business-wrap .business-right .box .li .tit-info .info {
  float: left;
  margin-left: 20px;
  padding: 20px;
  border-radius: 5px;
  max-width: 60%;
  background: #e8f0f7;
  position: relative;
  color: #4b799d;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.business-wrap .business-right .box .li .tit-info .info img {
  max-width: 100%;
  max-height: 100%;
}
.business-wrap .business-right .box .li .tit-info .info:after {
  border-top: 10px solid transparent;
  border-right: 12px solid #e8f0f7;
  border-bottom: 10px solid transparent;
  content: '';
  display: block;
  left: -10px;
  top: 22px;
  position: absolute;
}
.business-wrap .business-right .box .li.me .tit-info .head {
  float: right;
}
.business-wrap .business-right .box .li.me .tit-info .info {
  float: right;
  margin-right: 20px;
  margin-left: 0;
}
.business-wrap .business-right .box .li.me .tit-info .info:after {
  display: none;
}
.business-wrap .business-right .box .li.me .tit-info .info:before {
  border-top: 10px solid transparent;
  border-left: 12px solid #e8f0f7;
  border-bottom: 10px solid transparent;
  content: '';
  display: block;
  right: -10px;
  top: 22px;
  position: absolute;
}
.business-wrap .business-right .input-box {
  margin: 25px;
  border-radius: 5px;
}
.business-wrap .business-right .input-box:after {
  display: block;
  content: '';
  clear: both;
}
.business-wrap .business-right .input-box .img {
  text-align: center;
  width: 60px;
  height: 50px;
  line-height: 58px;
  border-radius: 5px;
  background: #99afc0;
  cursor: pointer;
  float: left;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.business-wrap .business-right .input-box .img:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.business-wrap .business-right .input-box .img img {
  max-width: 45%;
}
.business-wrap .business-right .input-box .input {
  width: calc(100% - 75px);
  float: right;
  background: #fff;
  border-radius: 5px;
}
.business-wrap .business-right .input-box .input:after {
  display: block;
  content: '';
  clear: both;
}
.business-wrap .business-right .input-box .input input {
  float: left;
  width: calc(85% - 30px);
  padding: 15px 15px;
  border: none;
  font-size: 14px;
}
.business-wrap .business-right .input-box .input .sub {
  width: 15%;
  background: #006a99;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  float: right;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.business-wrap .business-right .input-box .input .sub:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.news-exhi-tit {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 38px 0;
}
.news-exhi {
  height: 295px;
}
.news-exhi:after {
  display: block;
  content: '';
  clear: both;
}
.news-exhi .swiper-pagination-bullet-active {
  background: #ee5548;
}
.news-exhi .swiper-pagination {
  bottom: 40px;
}
.news-exhi .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.news-exhi .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news-exhi .swiper-slide {
  /*text-align: center;*/
  /*font-size: 18px;*/
  background: #fff;
  height: calc((100% - 60px) / 3);
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-exhi .news-con-li:after {
  display: block;
  content: '';
  clear: both;
}
.news-exhi .news-con-li .time {
  width: 52px;
  float: left;
  text-align: center;
}
.news-exhi .news-con-li .time .day {
  color: #ee5548;
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
}
.news-exhi .news-con-li .time .link {
  color: #ddd;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  font-size: 20px;
  margin-top: -6px;
}
.news-exhi .news-con-li .time .month {
  color: #ee5548;
}
.news-exhi .news-con-li .tit-info {
  width: calc(100% - 100px);
  float: right;
}
.news-exhi .news-con-li .tit-info .tit {
  color: #333;
  margin-bottom: 6px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-exhi .news-con-li .tit-info .info {
  color: #666;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pro-con-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
  display: none;
}
.pro-con {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  width: 1080px;
  z-index: 4;
  background: #fff;
  border-radius: 5px;
  padding: 35px 60px;
  display: none;
}
.pro-con .close {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #333;
  cursor: pointer;
}
.pro-con .company {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #2e72cf;
}
.pro-con .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pro-con .li .img {
  width: 50%;
  text-align: center;
}
.pro-con .li .img img {
  max-width: 100%;
  max-height: 600px;
  vertical-align: middle;
}
.pro-con .li .info {
  width: 50%;
  padding: 0 35px;
}
.pro-con .li .info .name {
  font-size: 16px;
  font-weight: bold;
  color: #2e72cf;
}
.pro-con .li .info .type {
  margin: 10px 0 30px 0;
  color: #666;
}
.pro-con .li .info .type span {
  border-radius: 5px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  font-size: 12px;
}
.pro-con .li .info .tit {
  font-size: 16px;
  font-weight: bold;
  color: #2e72cf;
}
.pro-con .li .info .in {
  line-height: 25px;
  margin-top: 15px;
  font-size: 14px;
}
.pro-con .swiper-button-next,
.pro-con .swiper-button-prev {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.pro-con .swiper-button-next:after,
.pro-con .swiper-button-prev:after {
  font-size: 22px;
}
.pro-con .swiper-button-next {
  right: 14px;
}
.pro-con .swiper-button-prev {
  left: 14px;
}
.exhi-news-con {
  margin-top: 45px;
}
.exhi-news-con .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.exhi-news-con .time {
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #d5dedc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.exhi-news-con .time span {
  color: #ee5548;
  margin-right: 20px;
}
.exhi-news-con .content {
  font-size: 14px;
  line-height: 28px;
}
.exhi-news-con .content img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.exhi-news-con-bot {
  margin-top: 45px;
  position: relative;
}
.exhi-news-con-bot .swiper-button-next,
.exhi-news-con-bot .swiper-button-prev {
  width: 36px;
  text-align: center;
  line-height: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  top: 60%;
}
.exhi-news-con-bot .swiper-button-next:after,
.exhi-news-con-bot .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}
.exhi-news-con-bot .swiper-button-next {
  right: -65px;
}
.exhi-news-con-bot .swiper-button-prev {
  left: -65px;
}
.exhi-news-con-bot .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.exhi-news-con-bot .li .time {
  font-size: 14px;
  color: #ee5548;
}
.exhi-news-con-bot .li .time b {
  font-size: 30px;
  margin-right: 10px;
}
.exhi-news-con-bot .li .img {
  height: 116px;
  width: 100%;
}
.exhi-news-con-bot .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhi-news-con-bot .li .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin: 12px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.exhi-news-con-bot .li .info {
  line-height: 24px;
  font-size: 14px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.exhi-news-con-bot .li .more {
  margin-top: 20px;
  color: #ee5548;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 14px;
}
.scope-ul-tit {
  font-size: 24px;
  color: #008fe1;
  margin: 20px 0;
}
.scope-ul {
  margin: 30px 0;
}
.scope-ul:after {
  display: block;
  clear: both;
  content: '';
}
.scope-ul .scope-li {
  width: 33.33%;
  float: left;
  margin-bottom: 10px;
}
.scope-ul .scope-li .fa {
  margin-right: 10px;
}
.media-partners-page {
  padding-top: 25px;
}
.media-partners-page:after {
  display: block;
  clear: both;
  content: '';
}
.media-partners-page a {
  display: block;
  float: left;
  width: 18%;
  line-height: 135px;
  text-align: center;
  height: 135px;
  border: 1px solid #ddd;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  box-sizing: border-box;
  background: #fff;
}
.media-partners-page a:nth-of-type(5n) {
  margin-right: 0;
}
.media-partners-page a img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.media-partners-page a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-pro {
  margin: 25px 0 50px;
}
.exhi-page-pro .gallery-top {
  margin-bottom: 10px;
  position: relative;
}
.exhi-page-pro .gallery-top .introduce {
  position: absolute;
  width: calc(100% - 50px);
  height: auto;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 14px 25px;
  z-index: 2;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
}
.exhi-page-pro .gallery-top .swiper-slide {
  text-align: center;
}
.exhi-page-pro .gallery-top .swiper-slide .img {
  height: 444px;
  line-height: 441px;
  width: calc(100% - 3px);
  border: 1px solid #c0d9de;
  background: #fff;
  position: relative;
}
.exhi-page-pro .gallery-top .swiper-slide .img .video-a {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 25px;
  background: #ee5548;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px;
  border-radius: 5px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-pro .gallery-top .swiper-slide .img .video-a .video-img {
  width: 18px;
  vertical-align: text-bottom;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-pro .gallery-top .swiper-slide .img .video-a .video-img:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-pro .gallery-top .swiper-slide .img .video-a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-page-pro .gallery-top .swiper-slide img,
.exhi-page-pro .gallery-top .swiper-slide video {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.exhi-page-pro .gallery-top .swiper-slide video {
  width: 100%;
}
.exhi-page-pro .gallery-thumbs .swiper-slide {
  opacity: 0.7;
  cursor: pointer;
}
.exhi-page-pro .gallery-thumbs .swiper-slide .img {
  height: 103px;
  line-height: 100px;
  text-align: center;
  border-radius: 5px;
  width: calc(100% - 2px);
  border: 1px solid #c0d9de;
  background: #fff;
}
.exhi-page-pro .gallery-thumbs .swiper-slide .img .video-a {
  display: none;
}
.exhi-page-pro .gallery-thumbs .swiper-slide img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhi-page-pro .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.exhi-page-pro .swiper-button-prev,
.exhi-page-pro .swiper-button-next {
  top: 56px;
  background: rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 40px;
  border-radius: 4px;
}
.exhi-page-pro .swiper-button-prev:after,
.exhi-page-pro .swiper-button-next:after {
  color: #fff;
  font-size: 18px;
}
.exhi-page-pro .swiper-button-prev {
  left: 4px;
}
.exhi-page-pro .swiper-button-next {
  right: 4px;
}
.exhi-product {
  margin: 0;
}
.exhi-product-wrap {
  padding: 35px;
}
.company-sw {
  position: relative;
}
.company-sw .Recommend-exhibitors .con .li {
  width: calc(100% - 2px);
  margin-right: 0;
}
.company-sw .Recommend-exhibitors .con .li:hover {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.company-sw .Recommend-exhibitors .con .li .img {
  border-bottom: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}
.company-sw .Recommend-exhibitors .con .li .info-tit {
  padding: 12px;
}
.exhi-product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.exhi-product-box.after {
  display: block;
}
.exhi-product-box .exhi-product {
  width: 50%;
}
.exhi-product-box .exhi-product-info {
  width: 49.5%;
  margin-left: 4%;
  align-items: center;
  display: -webkit-flex;
}
.exhi-product-box .exhi-product-info .exhi-product-info-box {
  width: 100%;
}
.exhi-product-box .exhi-product-info .about-info {
  width: 100%;
}
.exhi-product-box .exhi-product-info .about-info .electricity-tit a {
  padding: 8px 10px;
}
.exhi-product-box .exhi-product-info .about-info .electricity-tit img {
  vertical-align: sub;
}
.exhi-product-box .exhi-product-info .pro-tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #006a99;
}
.exhi-product-box .exhi-product-info .electricity-tit {
  margin-bottom: 15px;
}
.exhi-product-box .exhi-product-info .electricity-tit a {
  font-size: 14px;
  background: #006a99;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}
.exhi-product-box .exhi-product-info .electricity-tit a .fa {
  color: #fff;
  margin-right: 5px;
}
.exhi-product-box .exhi-product-info .electricity-tit img {
  width: 20px;
  vertical-align: bottom;
}
.exhi-product-box .exhi-product-info .electricity-buy {
  margin: 35px 0;
}
.exhi-product-box .exhi-product-info .electricity-buy a {
  padding: 12px 50px;
  font-size: 18px;
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-product-box .exhi-product-info .electricity-buy a .fa {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-product-box .exhi-product-info .electricity-buy:hover a {
  background: #fff;
  color: #e60012;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-product-box .exhi-product-info .electricity-buy:hover a .fa {
  color: #e60012;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-product-box .exhi-product-info .price {
  margin-bottom: 16px;
  color: #999;
}
.exhi-product-box .exhi-product-info .price span {
  font-size: 22px;
  color: #ee5548;
}
.exhi-product-box .exhi-product-info .pro-type {
  margin: 20px 0;
  font-size: 14px;
  color: #2e72cf;
}
.exhi-product-box .exhi-product-info .pro-type span {
  border-radius: 4px;
  padding: 7px 10px;
  background: #ffeded;
  color: #e60012;
  border: 1px solid #e60012;
}
.exhi-product-box .exhi-product-info .attribute {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.exhi-product-box .exhi-product-info .attribute .li {
  margin-right: 30px;
  color: #999;
  font-size: 14px;
}
.exhi-product-box .exhi-product-info .attribute .li:last-of-type {
  margin-right: 0;
}
.exhi-product-box .exhi-product-info .attribute .li .fa {
  margin-right: 5px;
  color: #006a99;
}
.exhi-product-box .exhi-product-info .price {
  color: #e60012;
}
.exhi-product-box .exhi-product-info .price b {
  font-size: 24px;
}
.exhi-product-box .exhi-product-info .pro-info {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  overflow-y: scroll;
  max-height: 235px;
  -webkit-overflow-scrolling: touch;
}
.exhi-product-box .exhi-product-info .pro-info::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #F5F5F5;
}
.exhi-product-box .exhi-product-info .pro-info::-webkit-scrollbar-track {
  background-color: #fff;
}
.exhi-product-box .exhi-product-info .pro-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}
.exhi-product-box .exhi-product-info .pro-box {
  width: 100%;
  overflow: hidden;
}
.exhi-product-box .exhi-product-info .pro-box.after {
  display: block;
  content: '';
  clear: both;
}
.exhi-product-box .exhi-product-info .pro-box .browse {
  float: left;
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
  background: #006a99;
  padding: 5px 10px;
  border-radius: 5px;
}
.exhi-product-box .exhi-product-info .pro-box .browse span {
  font-size: 12px;
  background: #fff;
  color: #006a99;
  border-radius: 4px;
  padding: 2px 4px;
}
.exhi-product-box .exhi-product-info .pro-box .top-con {
  float: left;
}
.exhi-product-box .exhi-product-info .pro-box .top-con a {
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  float: left;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 14px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-product-box .exhi-product-info .pro-box .top-con a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-product-box .exhi-product-info .pro-box .top-con a:nth-of-type(1) {
  background: #2e72cf;
}
.exhi-product-box .exhi-product-info .pro-box .top-con a:nth-of-type(2) {
  background: #ee5548;
}
.exhi-product-box .exhi-product-info .pro-box .top-con a:nth-of-type(3) {
  background: #cdcdcd;
}
.exhi-product-box .exhi-product-info .pro-box .top-con a:nth-of-type(3).curr {
  background: #f4ce1f;
}
.exhi-product-box .exhi-product-info .pro-box .top-con a:last-of-type {
  margin-right: 0;
}
.pro-expo-company:after {
  display: block;
  content: '';
  clear: both;
}
.pro-expo-company .info-tit {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.pro-expo-company .info-tit .logo {
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.pro-expo-company .info-tit .logo img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
}
.pro-expo-company .info-tit .info {
  float: left;
  margin-top: 26px;
}
.pro-expo-company .info-tit .info .tit {
  font-size: 16px;
  font-weight: bold;
}
.pro-expo-company .info-tit .info .no {
  font-size: 14px;
  margin-top: 10px;
}
.pro-expo-company .info-tit .info .no span {
  color: #e60012;
}
.pro-expo-company .top-con {
  float: right;
  margin-top: 30px;
}
.pro-expo-company .top-con a {
  display: block;
  float: left;
  text-align: center;
  color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pro-expo-company .top-con a .fa {
  margin-right: 5px;
}
.pro-expo-company .top-con a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.pro-expo-company .top-con a:nth-of-type(1) {
  background: #e60012;
}
.pro-expo-company .top-con a:nth-of-type(2) {
  background: #d7b700;
}
.pro-expo-company .top-con a:nth-of-type(3) {
  background: #006a99;
}
.pro-expo-company .top-con a:nth-of-type(3).curr {
  background: #075476;
}
.pro-expo-company .top-con a:last-of-type {
  margin-right: 0;
}
.project-page-con .top {
  text-align: center;
}
.project-page-con .top .title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 35px;
}
.project-page-con .top .time {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.project-page-con .top .info {
  font-size: 14px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  margin: 30px 0;
}
.project-page-con .top .info span {
  margin-right: 15px;
}
.project-page-con .top .info span:last-of-type {
  marign-right: 0;
}
.project-page-con .con {
  margin-bottom: 50px;
}
.project-page-con .con .company-left {
  float: left;
  width: calc(100% - 400px);
}
.project-page-con .con .company-img {
  width: 320px;
  float: right;
  position: relative;
}
.project-page-con .con .company-img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.project-page-con .con .company-img:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 1px solid #a8c3d2;
}
.project-page-con .li {
  margin-bottom: 30px;
}
.project-page-con .li:last-of-type {
  margin-bottom: 0;
}
.project-page-con .li .tit {
  font-size: 24px;
  color: #006a99;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.project-page-con .li .tit:after {
  display: block;
  content: '';
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #e60012;
}
.project-page-con .li .info {
  line-height: 28px;
}
.project-page-con .li .info img {
  max-width: 100%;
  height: auto !important;
}
.project-page-con .bottom:after {
  display: block;
  content: '';
  clear: both;
}
.project-page-con .bottom .bottom-box {
  float: left;
  border: 1px solid #a8c3d2;
  padding: 15px 38px;
  border-radius: 5px;
}
.project-page-con .bottom .bottom-box:after {
  display: block;
  content: '';
  clear: both;
}
.project-page-con .bottom .li-info {
  float: left;
  margin-right: 50px;
  padding-right: 50px;
  position: relative;
}
.project-page-con .bottom .li-info:before {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 1px;
  height: 46px;
  content: '';
  background: #a8c3d2;
}
.project-page-con .bottom .li-info:after {
  display: block;
  content: '';
  clear: both;
}
.project-page-con .bottom .li-info:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.project-page-con .bottom .li-info:last-of-type:before {
  display: none;
}
.project-page-con .bottom .li-info .ico {
  float: left;
  font-size: 46px;
  color: #006a99;
  margin-right: 20px;
}
.project-page-con .bottom .li-info .ico .fa {
  vertical-align: top;
  margin-top: 4px;
}
.project-page-con .bottom .li-info .bot-info {
  float: left;
  font-size: 14px;
}
.project-page-con .bottom .li-info .bot-info b {
  font-size: 22px;
  color: #e60012;
  line-height: 40px;
}
/*联系页*/
.contact-page {
  padding-top: 116px;
}
.contact-con {
  margin-bottom: 80px;
}
.contact-con:after {
  display: block;
  content: "";
  clear: both;
}
.contact-con .contact-fl {
  width: 40%;
  float: left;
}
.contact-con .contact-fl .contact-tit {
  font-size: 24px;
  margin-bottom: 30px;
}
.contact-con .contact-fl .contact-info {
  margin-bottom: 68px;
}
.contact-con .contact-fl .contact-info:last-of-type {
  margin-bottom: 0;
}
.contact-con .contact-fl .contact-info img {
  vertical-align: middle;
  margin-right: 5px;
}
.contact-con .contact-fl .contact-info p {
  font-size: 16px;
  margin-bottom: 30px;
}
.contact-con .contact-fr {
  width: 55%;
  margin-right: 5%;
  float: right;
}
.contact-con .contact-fr:after {
  display: block;
  content: "";
  clear: both;
}
.contact-con .contact-fr .contact-btn {
  display: block;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  background: #2e72cf;
  width: 180px;
  text-align: center;
  padding: 10px 0;
  transition: 400ms;
}
.contact-con .contact-fr .contact-btn:hover {
  opacity: 0.8;
  transition: 400ms;
}
.form-half-group .form-row {
  float: left;
  width: calc(100%/2 - 20px);
}
.form-half-group .form-row:first-of-type {
  margin-right: 40px;
}
.form-row {
  margin-bottom: 25px;
}
.form-row .form-name {
  margin-bottom: 5px;
  color: #666666;
  font-size: 14px;
}
.form-row label {
  font-size: 14px;
  color: #333;
  line-height: 46px;
  margin-right: 20px;
}
.form-row .form-input {
  height: 46px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.form-row input[type="radio"] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background: #fff;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form-row input[type="radio"]:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2e72cf;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  transition: all ease-in-out 300ms;
}
.form-row input[type="radio"]:checked:after {
  transform: scale(1);
}
.form-row .form-textarea {
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 100%;
  height: 200px;
  padding: 10px;
}
/*图集*/
.gallery-list:after {
  display: block;
  content: "";
  clear: both;
}
.gallery-list li {
  width: calc(100%/4 - 20px);
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 0;
  float: left;
}
.gallery-list li:nth-of-type(4n) {
  margin-right: 0;
}
.gallery-list a:hover .img-src:before {
  background-image: url(../images/jia_circle_hover.png);
}
.gallery-list .img-src {
  position: relative;
  height: auto;
}
.gallery-list .img-src:before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #888;
  border-radius: 50%;
  font-family: "mmi" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background-image: url(../images/jia_circle.png);
}
.gallery-list .img-src img {
  margin-top: 0;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
/*组织框架*/
.organ-box .info {
  font-size: 16px;
  line-height: 28px;
}
.organ-box .organ-item {
  margin-bottom: 40px;
}
.organ-box .organ-item:nth-of-type(1) .organ-tit,
.organ-box .organ-item:nth-of-type(5) .organ-tit {
  color: #ff6b5f;
}
.organ-box .organ-item:nth-of-type(1) .organ-tit span,
.organ-box .organ-item:nth-of-type(5) .organ-tit span {
  background: #ff6b5f;
}
.organ-box .organ-item:nth-of-type(2) .organ-tit {
  color: #44b89b;
}
.organ-box .organ-item:nth-of-type(2) .organ-tit span {
  background: #44b89b;
}
.organ-box .organ-item:nth-of-type(3) .organ-tit {
  color: #00c0e1;
}
.organ-box .organ-item:nth-of-type(3) .organ-tit span {
  background: #00c0e1;
}
.organ-box .organ-item:nth-of-type(4) .organ-tit {
  color: #e9b019;
}
.organ-box .organ-item:nth-of-type(4) .organ-tit span {
  background: #e9b019;
}
.organ-box .organ-item:last-of-type {
  margin-bottom: 0;
}
.organ-box .organ-item .organ-tit {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.organ-box .organ-item .organ-tit span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.organ-box .organ-item p {
  color: #666666;
  margin-bottom: 20px;
  line-height: 28px;
}
.organ-box .organ-item p:last-of-type {
  margin-bottom: 0;
}
.brands-box {
  padding: 20px 0 50px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
}
.brands-box:after {
  display: block;
  content: "";
  clear: both;
}
.brands-box li {
  width: calc(100%/6);
  float: left;
  height: 120px;
}
.brands-box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.brands-box li a img {
  display: block;
  max-width: 90%;
}
.report-box {
  padding: 116px 0 0;
}
.report-box .meeting-top .tit {
  font-size: 24px;
  margin-bottom: 10px;
}
.report-box .info {
  color: #666;
  line-height: 28px;
}
.report-box .report-con {
  margin-top: 40px;
  padding-bottom: 70px;
  background: #fff url(../images/border-b.png) no-repeat center bottom;
  background-size: 100%;
}
.report-box .report-img {
  margin: 25px 0;
}
.report-box .report-img:after {
  display: block;
  content: "";
  clear: both;
}
.report-box .report-img li {
  width: calc(100%/3 - 10px);
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.report-box .report-img li:last-of-type {
  margin-right: 0;
}
.report-box .report-img li:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.report-box .report-img li img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.report-box .report-logo {
  text-align: center;
}
.report-box .report-logo a {
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
.report-box .report-item {
  padding: 70px 0;
}
.report-box .report-item:after {
  display: block;
  content: "";
  clear: both;
}
.report-box .report-item .li {
  width: calc(100%/2 - 5%);
  margin-right: 5%;
  float: left;
}
.report-box .report-item .li:nth-of-type(2n) {
  margin-right: 0;
}
.report-box .report-item .li .img {
  overflow: hidden;
  margin-bottom: 30px;
}
.report-box .report-item .li .img:hover img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.report-box .report-item .li .img img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}
.report-box .report-item .li .info .desc {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.report-box .report-item .li .info .tit {
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
}
.report-bg {
  width: 100%;
  background: url("../images/reportbg.jpg") no-repeat center center;
  background-size: 100% 100%;
  padding: 4% 0;
  margin-bottom: 10px;
}
.report-bg .web-wrap {
  padding: 50px 30px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  line-height: 28px;
}
.identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  margin-bottom: 55px;
}
.identity .li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #2e72cf;
  color: #2e72cf;
  border-radius: 5px 0 0 5px;
  padding: 18px 0;
  position: relative;
  cursor: pointer;
}
.identity .li:last-of-type {
  border-radius: 0 5px 5px 0;
}
.identity .li.curr {
  background: #2e72cf;
  color: #fff;
}
.identity .li.curr:after {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  bottom: -10px;
  border-top: 10px solid #2e72cf;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.identity .li .li-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.identity .li .li-con .li-img {
  font-size: 36px;
  margin-right: 14px;
}
.service-con-w {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 25px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.service-con-w .close {
  width: 100%;
  text-align: right;
}
.service-con-w .close .fa {
  cursor: pointer;
}
.service_list:after {
  display: block;
  content: '';
  clear: both;
}
.service-wrap {
  float: left;
  margin-right: 15px;
}
.service-wrap a {
  cursor: pointer;
  display: block;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.service-wrap a:hover {
  color: #999;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.service-wrap:last-of-type {
  margin-right: 0;
}
.service-wrap .service-img {
  text-align: center;
  width: 120px;
  height: 120px;
  line-height: 116px;
  margin: 0 auto;
}
.service-wrap .service-img img {
  max-width: 120px;
  max-height: 120px;
  vertical-align: middle;
}
.service-wrap .service-tit {
  text-align: center;
}
.Browser-prompt {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: fixed;
  right: 20px;
  top: 33px;
  z-index: 20;
  font-size: 14px;
  transform: translateX(110%);
  opacity: 0;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.Browser-prompt.curr {
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: 600ms;
  -moz-transition: 600ms;
  -ms-transition: 600ms;
  -o-transition: 600ms;
  transition: 600ms;
}
.Browser-prompt .fa-close {
  position: absolute;
  right: 2px;
  top: 1px;
  cursor: pointer;
}
.Browser-prompt .fa-exclamation-circle {
  margin-right: 6px;
  font-size: 18px;
  vertical-align: bottom;
}
.Area-classification-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.Area-classification-wrap .li {
  float: left;
  width: calc(22.75% - 44px);
  margin-right: 3%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: #5c99b4;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(9, 85, 135, 0.05);
  padding: 0 22px;
  margin-bottom: 25px;
}
.Area-classification-wrap .li:nth-of-type(4n) {
  margin-right: 0;
}
.Area-classification-wrap .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translate(-10px, -10px);
  -moz-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  -o-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -moz-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -ms-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  -o-box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 106, 153, 0.2);
}
.Area-classification-wrap .li a {
  color: #fff;
  align-items: center;
  display: flex;
  height: 125px;
}
.Area-classification-wrap .li .info-con-con {
  width: 100%;
}
.Area-classification-wrap .li .tit {
  font-size: 18px;
  font-weight: bold;
}
.Area-classification-wrap .li .info-con:after {
  display: block;
  content: '';
  clear: both;
}
.Area-classification-wrap .li .info-con .info {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  width: calc(100% - 42px);
  float: left;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.Area-classification-wrap .li .info-con .more {
  float: right;
  text-align: center;
  padding-top: 30px;
}
.Area-classification-wrap .li .info-con .more .fa {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #fff;
  color: #5c99b4;
}
.exhi-page-recommend-pro .swiper-container {
  padding-bottom: 0;
  height: 920px;
}
.exhi-page-recommend-pro.size .swiper-container {
  height: auto;
}
.exhi-page-recommend-pro .swiper-slide {
  height: calc((100% - 25px) / 2);
}
.exhi-page-recommend-pro .swiper-pagination {
  display: none;
}
.meeting-up-con {
  padding: 35px;
}
.meeting-up-con .live-prop-tit {
  font-size: 20px;
  color: #006a99;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.meeting-up-con .live-prop-tit span {
  font-size: 14px;
  margin-left: 5px;
  color: #333;
}
.meeting-up-con .live-prop-tit span b {
  color: #ee731f;
}
.meeting-up-con .meeting-up-input {
  margin-bottom: 15px;
}
.meeting-up-con .meeting-up-input:after {
  display: block;
  content: '';
  clear: both;
}
.meeting-up-con .meeting-up-input .input-tit {
  margin-bottom: 8px;
}
.meeting-up-con .meeting-up-input .input-tit span {
  color: #ee731f;
  margin-right: 5px;
}
.meeting-up-con .meeting-up-input .input {
  display: block;
  width: calc(100% - 1.5rem);
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.meeting-up-con .meeting-up-input .meeting-up-content:after {
  display: block;
  content: '';
  clear: both;
}
.meeting-up-con .meeting-up-input .meeting-up-content .meeting-up-content-i {
  width: 31.33%;
  float: left;
  margin-right: 3%;
}
.meeting-up-con .meeting-up-input .meeting-up-content .meeting-up-content-i:last-of-type {
  margin-right: 0;
}
.meeting-up-con .meeting-up-input.has-error .input {
  box-shadow: 0 0 0 0.2rem rgba(238, 115, 31, 0.25);
}
.meeting-up-con .table td,
.meeting-up-con .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.meeting-up-con .pairing-prop .live-time {
  margin-top: 10px;
}
.meeting-up-con .pairing-prop .live-time .time-li {
  width: auto;
  padding: 0 30px;
  margin-right: 15px;
}
.meeting-up-con .pairing-table-wrpa .table td,
.meeting-up-con .pairing-table-wrpa .table th {
  text-align: center;
  padding: 1.2rem 0.75rem;
}
.meeting-up-con .pairing-table-wrpa .table td span,
.meeting-up-con .pairing-table-wrpa .table th span {
  cursor: pointer;
  background: #ebebeb;
  padding: 6px 25px;
  border-radius: 4px;
}
.meeting-up-con .pairing-table-wrpa .table th {
  background: #99afc0;
  border: none;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.meeting-up-con .pairing-table-wrpa .table td.curr span {
  background: #ee731f;
  color: #fff;
}
.meeting-up-con .meeting-up-button {
  text-align: center;
}
.meeting-up-con .meeting-up-button button {
  padding: 0.75rem 2.5rem;
  font-size: 14px;
  background-color: #006a99;
  border-color: #006a99;
  border: none;
  margin-top: 25px;
  border-radius: 5px;
  color: #fff;
}
.meeting-up-con .live-time:after {
  display: block;
  content: '';
  clear: both;
}
.meeting-up-con .live-time .time-li {
  border-radius: 4px;
  background: #f0f0f0;
  color: #ee731f;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
  cursor: pointer;
  margin-right: 3%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.meeting-up-con .live-time .time-li.curr,
.meeting-up-con .live-time .time-li:hover {
  background: #ee731f;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.meeting-up-con .live-time .time-li:last-of-type {
  margin-right: 0;
}
.search-result-box {
  background: #fff;
  border-radius: 5px;
}
.search-result-top {
  text-align: center;
  margin-top: 30px;
}
.search-result-top .li {
  background: #eaf3f7;
  padding: 10px 40px;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  color: #006a99;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.search-result-top .li.curr {
  background: #e60012;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.search-result-con {
  padding-bottom: 16px;
  margin: 28px;
  border-bottom: 1px solid #e4e4e4;
}
.search-result-con:after {
  display: block;
  content: '';
  clear: both;
}
.search-result-con .title-con {
  float: right;
  font-weight: bold;
  color: #333;
}
.search-result-con .title-con span {
  color: #e60012;
  font-size: 18px;
}
.winning-box-wrap {
  position: relative;
}
.winning-wrap {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 21;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.winning-wrap.curr {
  position: fixed;
  top: 40px;
}
.winning-wrap .fa-close {
  position: absolute;
  right: -6px;
  top: -9px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.winning-wrap .winning-banner {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.winning-wrap .winning-banner img {
  display: block;
}
.winning-wrap .con {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px;
}
.winning-wrap .con .title {
  font-size: 26px;
  font-weight: bold;
  color: #e60012;
  position: relative;
  text-align: center;
}
.winning-wrap .con .title span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 12px;
}
.winning-wrap .con .title:after {
  display: block;
  content: '';
  clear: both;
  width: 70%;
  height: 1px;
  background: #e60012;
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.winning-wrap .con .tit-info {
  margin-top: 15px;
}
.winning-wrap .con .tit-info .li {
  border-bottom: 1px dashed #dadada;
  padding: 10px 0;
  text-indent: 26%;
}
.winning-wrap .con .tit-info .li span {
  vertical-align: middle;
  color: #e60012;
  font-size: 13px;
  margin-right: 10px;
}
.winning-wrap .con .tit-info .li:nth-of-type(-n + 3) {
  padding-bottom: 3px;
}
.winning-wrap .con .tit-info .li:last-of-type {
  border-bottom: none;
}
.page-turning {
  margin-top: 40px;
}
.page-turning:after {
  display: block;
  content: '';
  clear: both;
}
.page-turning .a,
.page-turning a {
  float: left;
  margin-right: 4%;
  width: calc(48% - 22px);
  padding: 5px 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  border: 1px solid #006a99;
  border-radius: 5px;
  color: #006a99;
  background: rgba(0, 106, 153, 0.03);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-turning .a a,
.page-turning a a {
  color: #006a99;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-turning .a:hover,
.page-turning a:hover {
  background: #006a99;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-turning .a:hover a,
.page-turning a:hover a {
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-turning .a:last-of-type,
.page-turning a:last-of-type {
  text-align: right;
  margin-right: 0;
}
div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: none;
  text-align: center;
  overflow: hidden;
}
.bigimg {
  max-width: 800px;
  max-height: 800px;
}
div.zoomMask {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: move;
  z-index: 4;
}
body .layui-layer-tips .layui-layer-content {
  background: #e60012;
}
body .layui-layer-tips i.layui-layer-TipsB {
  left: -4px;
}
body .layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
  border-right-color: #e60012;
}
@media screen and (max-width: 1366px) {
  .web-banner-page {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .web-wrap {
    width: 95%;
  }
  .business-wrap {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.pc-show {
  display: block;
}
.mb-show {
  display: none;
}
/*# sourceMappingURL=base_online.css.map */